Searched refs:methods (Results 1 – 25 of 223) sorted by relevance
123456789
/hardware/interfaces/memtrack/1.0/default/ |
D | Memtrack.cpp | 85 if (!hw_module->methods || !hw_module->methods->open) { in HIDL_FETCH_IMemtrack() 88 err = hw_module->methods->open(hw_module, MEMTRACK_HARDWARE_MODULE_ID, in HIDL_FETCH_IMemtrack()
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFooCallback.hal | 27 // The next two methods are for instrumentation purposes. 30 // of nanoseconds it took to invoke each of the three methods 36 // methods, callerBlockedNs should be slightly higher than timeNs. For 48 // how long the three methods above took, from the point of view of that
|
/hardware/libhardware/tests/fingerprint/ |
D | fingerprint_test_fixtures.h | 57 ASSERT_TRUE(NULL != fp_module()->common.methods->open) in SetUp() 59 ASSERT_EQ(0, fp_module()->common.methods->open( in SetUp()
|
/hardware/libhardware/tests/camera3/ |
D | camera3test_fixtures.h | 64 ASSERT_TRUE(NULL != cam_module()->common.methods->open) in SetUp() 66 ASSERT_EQ(0, cam_module()->common.methods->open( in SetUp()
|
/hardware/libhardware/include/hardware/ |
D | nfc.h | 177 return module->methods->open(module, NFC_NCI_CONTROLLER, in nfc_nci_open() 264 return module->methods->open(module, NFC_PN544_CONTROLLER, in nfc_pn544_open()
|
D | vibrator.h | 68 return module->methods->open(module, VIBRATOR_DEVICE_ID_MAIN, TO_HW_DEVICE_T_OPEN(device)); in vibrator_open()
|
D | nfc_tag.h | 85 return module->methods->open(module, NFC_TAG_ID, in nfc_tag_open()
|
D | local_time_hal.h | 111 return module->methods->open(module, LOCAL_TIME_HARDWARE_INTERFACE, in local_time_hw_device_open()
|
/hardware/interfaces/power/1.0/default/ |
D | Power.cpp | 156 if (!hw_module->methods || !hw_module->methods->open) { in HIDL_FETCH_IPower() 160 err = hw_module->methods->open( in HIDL_FETCH_IPower()
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceCallback.hal | 23 * Callback methods for the HAL to call into the framework. 25 * These methods are used to return metadata and image buffers for a completed
|
/hardware/libhardware/modules/vr/ |
D | vr.c | 42 .methods = &vr_module_methods,
|
/hardware/qcom/display/msm8960/libmemtrack/ |
D | memtrack_msm.c | 53 methods: &memtrack_module_methods,
|
/hardware/libhardware/modules/power/ |
D | power.c | 61 .methods = &power_module_methods,
|
/hardware/qcom/display/msm8909/libmemtrack/ |
D | memtrack_msm.c | 57 .methods = &memtrack_module_methods,
|
/hardware/qcom/display/msm8909w_3100/libmemtrack/ |
D | memtrack_msm.c | 57 .methods = &memtrack_module_methods,
|
/hardware/qcom/sdm845/display/libmemtrack/ |
D | memtrack_msm.c | 57 .methods = &memtrack_module_methods,
|
/hardware/qcom/display/msm8998/libmemtrack/ |
D | memtrack_msm.c | 57 .methods = &memtrack_module_methods,
|
/hardware/qcom/display/msm8226/libmemtrack/ |
D | memtrack_msm.c | 57 methods: &memtrack_module_methods,
|
/hardware/qcom/display/msm8084/libmemtrack/ |
D | memtrack_msm.c | 57 methods: &memtrack_module_methods,
|
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
D | gps.c | 68 .methods = &gps_module_methods,
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | gps.c | 68 .methods = &gps_module_methods,
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
D | gps.c | 72 .methods = &gps_module_methods,
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | gps.c | 72 .methods = &gps_module_methods,
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
D | gps.c | 72 .methods = &gps_module_methods,
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
D | gps.c | 72 .methods = &gps_module_methods,
|
123456789