Home
last modified time | relevance | path

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

12

/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c435 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…
Dchre_slpi_stub.c435 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/
Dtesting_module.c36 .methods = &testing_nvram_module_methods,
/system/core/trusty/nvram/
Dmodule.c36 .methods = &nvram_module_methods,
/system/core/trusty/gatekeeper/
Dmodule.cpp53 .methods = &gatekeeper_module_methods,
/system/core/trusty/keymaster/
Dmodule.cpp56 .methods = &keystore_module_methods,
/system/tools/hidl/c2hal/test/
Dsimple.h74 return module->methods->open(module, in showColor()
/system/update_engine/
Dpylintrc89 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/
DInterface.cpp554 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()
DInterface.h57 std::vector<Method *> methods() const;
DgenerateJava.cpp266 for (const auto &method : iface->methods()) { in generateJava()
Dhidl-gen_y.yy57 // 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/
Dnative_bridge.h395 uint32_t (*getNativeMethods)(JNIEnv* env, jclass clazz, JNINativeMethod* methods,
/system/nfc/halimpl/pn54x/
Dnfc_nci.c232 .methods = &nfc_module_methods,
/system/nfc/halimpl/bcm2079x/
Dnfc_nci.c161 .methods = &nfc_module_methods,
/system/extras/boot_control_copy/
Dboot_control_copy.c281 .methods = &module_methods,
/system/tpm/tpm_manager/common/
Dtpm_manager.proto123 // 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/
Dbluetooth.cc486 .methods = &bt_stack_module_methods};
/system/bt/service/hal/
Dbluetooth_interface.cc250 status = module->methods->open(module, BT_HARDWARE_MODULE_ID, &device); in Initialize()
/system/media/camera/docs/
Dndk_camera_metadata_tags.mako29 * Do not remove methods.
/system/nvram/client/
Dnvram_client.c401 module->methods->open(module, NVRAM_HARDWARE_DEVICE_ID, in main()
/system/chre/
DREADME.md116 methods and variables. This means 2 space indents, camelCase method names, an
/system/security/softkeymaster/
Dkeymaster_openssl.cpp781 .methods = &keystore_module_methods,
/system/bt/doc/
Dpower_management.md95 1. An event is fired from one of the methods mentioned above in
/system/tools/aidl/docs/
Daidl-cpp.md257 C++ methods generated by the aidl generator return `android::binder::Status`

12