Home
last modified time | relevance | path

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

123456

/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
Dclasses.handlebars67 {{#if methods}}
68 <li class="api-class-tab methods"><a href="#methods">Methods</a></li>
85 {{#if methods}}
86 <div class="index-section methods">
89 <ul class="index-list methods{{#if extends}} extends{{/if}}">
90 {{#methods}}
101 {{/methods}}
163 {{#if methods}}
164 <div id="methods" class="api-class-tabpanel">
167 {{#methods}}
[all …]
/hardware/bsp/intel/peripheral/libupm/doxy/node/
Dxml2js.js171 methods: getMethods(spec_c, className) property
354 methods: {} property
356 xml2js.CLASSES[arrayType].methods[arrayType] = {
366 xml2js.CLASSES[arrayType].methods.getitem = {
379 xml2js.CLASSES[arrayType].methods.setitem = {
404 methods: {} property
406 xml2js.CLASSES[pointerType].methods[pointerType] = {
411 xml2js.CLASSES[pointerType].methods.value = {
419 xml2js.CLASSES[pointerType].methods.assign = {
437 var methodsOfType = (_.find(classSpec.methods, function(methodSpec, methodName) {
[all …]
/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.h201 return module->methods->open(module, NFC_NCI_CONTROLLER, in nfc_nci_open()
288 return module->methods->open(module, NFC_PN544_CONTROLLER, in nfc_pn544_open()
Dvibrator.h68 return module->methods->open(module, VIBRATOR_DEVICE_ID_MAIN, (struct hw_device_t**)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/libhardware/modules/vr/
Dvr.c42 .methods = &vr_module_methods,
/hardware/libhardware/modules/power/
Dpower.c56 .methods = &power_module_methods,
/hardware/qcom/display/msm8960/libmemtrack/
Dmemtrack_msm.c53 methods: &memtrack_module_methods,
/hardware/qcom/display/msm8994/libmemtrack/
Dmemtrack_msm.c57 methods: &memtrack_module_methods,
/hardware/qcom/display/msm8909/libmemtrack/
Dmemtrack_msm.c57 .methods = &memtrack_module_methods,
/hardware/qcom/display/msm8084/libmemtrack/
Dmemtrack_msm.c57 methods: &memtrack_module_methods,
/hardware/qcom/display/msm8996/libmemtrack/
Dmemtrack_msm.c57 .methods = &memtrack_module_methods,
/hardware/qcom/display/msm8226/libmemtrack/
Dmemtrack_msm.c57 methods: &memtrack_module_methods,
/hardware/qcom/camera/QCamera2/
DQCamera2Hal.cpp41 .methods = &qcamera::QCamera2Factory::mModuleMethods,
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/
Dgenerator.js72 var constructor = classSpec.methods[parentClass];
79 _.each(_.omit(classSpec.methods, parentClass), function(methodSpec, methodName) {
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c68 .methods = &gps_module_methods,
/hardware/qcom/gps/msm8084/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/qcom/gps/msm8996/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/msm8909/loc_api/libloc_api_50001/
Dgps.c72 .methods = &gps_module_methods,

123456