Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 164) sorted by relevance

1234567

/hardware/interfaces/memtrack/1.0/default/
DMemtrack.cpp85 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/
DIFooCallback.hal27 // 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/
Dfingerprint_test_fixtures.h57 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/
Dcamera3test_fixtures.h64 ASSERT_TRUE(NULL != cam_module()->common.methods->open) in SetUp()
66 ASSERT_EQ(0, cam_module()->common.methods->open( in SetUp()
/hardware/libhardware/tests/vehicle/
Dvehicle_test_fixtures.h72 ASSERT_TRUE(NULL != vehicle_module()->common.methods->open) in SetUp()
74 ASSERT_EQ(0, vehicle_module()->common.methods->open( in SetUp()
/hardware/libhardware/include/hardware/
Dnfc.h177 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()
Dvibrator.h68 return module->methods->open(module, VIBRATOR_DEVICE_ID_MAIN, TO_HW_DEVICE_T_OPEN(device)); in vibrator_open()
Dnfc_tag.h85 return module->methods->open(module, NFC_TAG_ID, in nfc_tag_open()
Dlocal_time_hal.h111 return module->methods->open(module, LOCAL_TIME_HARDWARE_INTERFACE, in local_time_hw_device_open()
/hardware/interfaces/power/1.0/default/
DPower.cpp156 if (!hw_module->methods || !hw_module->methods->open) { in HIDL_FETCH_IPower()
160 err = hw_module->methods->open( in HIDL_FETCH_IPower()
/hardware/libhardware/modules/vr/
Dvr.c42 .methods = &vr_module_methods,
/hardware/interfaces/camera/device/
DREADME.md8 via one of the ICameraProvider::getCameraDeviceInterface_V<N>_x() methods, where N
53 The main HAL contains methods for static queries about the device, similar to
70 v3.2, containing methods for configuring an active camera device and submitting
/hardware/qcom/display/msm8960/libmemtrack/
Dmemtrack_msm.c53 methods: &memtrack_module_methods,
/hardware/qcom/display/msm8084/libmemtrack/
Dmemtrack_msm.c57 methods: &memtrack_module_methods,
/hardware/libhardware/modules/power/
Dpower.c61 .methods = &power_module_methods,
/hardware/qcom/display/msm8909/libmemtrack/
Dmemtrack_msm.c57 .methods = &memtrack_module_methods,
/hardware/qcom/display/msm8226/libmemtrack/
Dmemtrack_msm.c57 methods: &memtrack_module_methods,
/hardware/qcom/display/msm8998/libmemtrack/
Dmemtrack_msm.c57 .methods = &memtrack_module_methods,
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c68 .methods = &gps_module_methods,
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dgps.c72 .methods = &gps_module_methods,
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dgps.c72 .methods = &gps_module_methods,
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dgps.c72 .methods = &gps_module_methods,
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dgps.c72 .methods = &gps_module_methods,
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dgps.c72 .methods = &gps_module_methods,
/hardware/libhardware/modules/nfc/
Dnfc_pn544_example.c70 .methods = &nfc_module_methods,

1234567