/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 435 static const Method methods[3] = {{REMOTE_SCALARS_MAKEX(0,0,0x0,0x0,0x0,0x0),0x0,0x0,0,0,0,0x0,0x0}… variable 436 …st Method* const methodArrays[6] = {&(methods[0]),&(methods[0]),&(methods[0]),&(methods[0]),&(meth…
|
D | chre_slpi_stub.c | 435 static const Method methods[3] = {{REMOTE_SCALARS_MAKEX(0,0,0x0,0x0,0x0,0x0),0x0,0x0,0,0,0,0x0,0x0}… variable 436 …st Method* const methodArrays[6] = {&(methods[0]),&(methods[0]),&(methods[0]),&(methods[0]),&(meth…
|
/system/nvram/hal/ |
D | testing_module.c | 36 .methods = &testing_nvram_module_methods,
|
/system/core/trusty/nvram/ |
D | module.c | 36 .methods = &nvram_module_methods,
|
/system/core/trusty/gatekeeper/ |
D | module.cpp | 53 .methods = &gatekeeper_module_methods,
|
/system/core/trusty/keymaster/ |
D | module.cpp | 56 .methods = &keystore_module_methods,
|
/system/tools/hidl/c2hal/test/ |
D | simple.h | 74 return module->methods->open(module, in showColor()
|
/system/update_engine/ |
D | pylintrc | 89 too-few-public-methods, 95 too-many-public-methods, 280 # styles across functions and methods. 339 # styles across functions and methods. 'exempt' indicates a name which is 391 # Minimum number of public methods for a class (see R0903). 392 min-public-methods=2 394 # Maximum number of public methods for a class (see R0904). 395 max-public-methods=20 404 defining-attr-methods=__init__,__new__,setUp
|
/system/tools/hidl/ |
D | Interface.cpp | 554 std::vector<Method *> Interface::methods() const { in methods() function in android::Interface 802 for (const auto &method : methods()) { in emitVtsMethodDeclaration() 873 for (auto const &method : methods()) { in hasOnewayMethods() 910 for (const auto &method : methods()) { in isJavaCompatible()
|
D | Interface.h | 57 std::vector<Method *> methods() const;
|
D | generateJava.cpp | 266 for (const auto &method : iface->methods()) { in generateJava()
|
D | hidl-gen_y.yy | 57 // Inherited methods from IBase is detected in addMethod. Not added here 641 std::cerr << "ERROR: unknown error in adding reserved methods at "
|
/system/core/include/nativebridge/ |
D | native_bridge.h | 395 uint32_t (*getNativeMethods)(JNIEnv* env, jclass clazz, JNINativeMethod* methods,
|
/system/nfc/halimpl/pn54x/ |
D | nfc_nci.c | 232 .methods = &nfc_module_methods,
|
/system/nfc/halimpl/bcm2079x/ |
D | nfc_nci.c | 161 .methods = &nfc_module_methods,
|
/system/extras/boot_control_copy/ |
D | boot_control_copy.c | 281 .methods = &module_methods,
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 123 // A series of request and reply messages for the NVRAM interface methods. 201 // A series of request and reply messages for the ownership interface methods.
|
/system/bt/btif/src/ |
D | bluetooth.cc | 486 .methods = &bt_stack_module_methods};
|
/system/bt/service/hal/ |
D | bluetooth_interface.cc | 250 status = module->methods->open(module, BT_HARDWARE_MODULE_ID, &device); in Initialize()
|
/system/media/camera/docs/ |
D | ndk_camera_metadata_tags.mako | 29 * Do not remove methods.
|
/system/nvram/client/ |
D | nvram_client.c | 401 module->methods->open(module, NVRAM_HARDWARE_DEVICE_ID, in main()
|
/system/chre/ |
D | README.md | 116 methods and variables. This means 2 space indents, camelCase method names, an
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 781 .methods = &keystore_module_methods,
|
/system/bt/doc/ |
D | power_management.md | 95 1. An event is fired from one of the methods mentioned above in
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 257 C++ methods generated by the aidl generator return `android::binder::Status`
|