summaryrefslogtreecommitdiff
path: root/hardware.c
AgeCommit message (Expand)Author
2024-02-01Use LLNDK guard instead of builtin_availableJooyung Han
2023-09-26libhardware loads a module from APEXJooyung Han
2022-11-17Make libhardware host_supportedDevin Moore
2018-08-10Merge "Allow libhardware to be used in recovery" am: dc62b58d3d am: ced990381...Jerry Zhang
2018-08-10Allow libhardware to be used in recoveryJerry Zhang
2018-07-11Merge "Wrong variable being printed in ALOGV statement." am: f8248731ab am: 1...Ernie Hua
2018-07-10Wrong variable being printed in ALOGV statement.Ernie Hua
2018-06-26sanity: loaded paths in expected locationsSteven Moreland
2017-12-04libhardware do not open system hal for vendor modulesJustin Yun
2017-05-24libhardware: load with dlopen if the library is in system.Justin Yun
2017-05-11Load legacy HAL modules from the sphal namespaceJiyong Park
2017-04-10Include what you useDan Willemsen
2015-11-12Add /odm/lib/hw to HAL search pathHung-ying Tyan
2014-04-30initialization of defined variablesAndrei V. FOMITCHEV
2014-02-16Use /(vendor|system)/lib64/hw for 64-bit HAL librariesDan Willemsen
2014-01-13hardware: fix check for ro.hardware.<class> propertyColin Cross
2014-01-02hardware: add ro.hardware.<class> to HAL loading properites listColin Cross
2013-09-30hardware: look in /vendor for default.soandroid-cts-4.4_r4android-cts-4.4_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9kitkat-releasekitkat-cts-releasekitkat-cts-devColin Cross
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-25Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block
2011-05-27Fix hw module lookup order.Eric Laurent
2011-04-18libhardware: add concept of module classesDima Zavin
2010-09-19add /vendor supportBrian Swetland
2009-09-25Fix a bug that prevents default hw modules to be loaded properly.android-sdk-tools_r4android-sdk-tools_r3android-sdk-2.0_r1android-2.0_r1David 'Digit' Turner
2009-09-24fix a bug I introduced recently where the "default" HAL module would not be l...Mathias Agopian
2009-09-21don't loas inapropriate HAL for a device.Mathias Agopian
2009-07-15generic gralloc HAL doesn't need to support partial updates using msm7k speci...Mathias Agopian
2009-06-16pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot ...Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian
2009-03-13auto import from //branches/cupcake_rel/...@138607The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-20auto import from //branches/cupcake/...@132569The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project