Home
last modified time | relevance | path

Searched defs:sensorsHalGetSubHal_2_1 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/generic/goldfish/sensors/
Dentry.cpp59 extern "C" ISensorsSubHal* sensorsHalGetSubHal_2_1(uint32_t* version) { in sensorsHalGetSubHal_2_1() function
/aosp_15_r20/device/google/cuttlefish/shared/sensors/multihal/
Dentry.cpp94 extern "C" ISensorsSubHal* sensorsHalGetSubHal_2_1(uint32_t* version) { in sensorsHalGetSubHal_2_1() function
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DDynamicSensorsSubHal.cpp250 ISensorsSubHal* sensorsHalGetSubHal_2_1(uint32_t* version) { in sensorsHalGetSubHal_2_1() function
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DSensorsSubHal.cpp48 ::android::hardware::sensors::V2_1::implementation::ISensorsSubHal* sensorsHalGetSubHal_2_1( in sensorsHalGetSubHal_2_1() function
/aosp_15_r20/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.cpp24 ISensorsSubHal* sensorsHalGetSubHal_2_1(uint32_t* version) { in sensorsHalGetSubHal_2_1() function
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/multihal/
H A DHalProxy.cpp471 std::function<SensorsHalGetSubHalV2_1Func> sensorsHalGetSubHal_2_1 = in initializeSubHalListFromConfigFile() local