/system/tools/hidl/docs/src/writer/files/ |
D | InterfaceFileWriter.kt | 33 if (parser.methods.isNotEmpty()) { in replaceVars() 36 sb.append(parser.methods.map { MethodElement(it).toHTML() }.joinToString("\n")) in replaceVars() 71 val methodEntries = parser.methods.map { MethodElement(it) } in printInfo()
|
/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/chre/apps/chqts/ |
D | README.md | 4 methods.
|
/system/core/trusty/gatekeeper/ |
D | module.cpp | 53 .methods = &gatekeeper_module_methods,
|
/system/core/trusty/keymaster/legacy/ |
D | module.cpp | 58 .methods = &keystore_module_methods,
|
/system/tools/hidl/ |
D | Interface.cpp | 470 for (const auto* method : methods()) { in getReferences() 480 for (const auto* method : methods()) { in getConstantExpressions() 497 for (const auto* method : methods()) { in getStrongReferences() 586 for (const Method* method : methods()) { in validateAnnotations() 677 std::vector<Method *> Interface::methods() const { in methods() function in android::Interface 900 for (const auto &method : methods()) { in emitVtsMethodDeclaration() 963 for (auto const &method : methods()) { in hasOnewayMethods() 983 for (const auto* method : methods()) { in deepIsJavaCompatible()
|
D | Interface.h | 64 std::vector<Method *> methods() const;
|
D | generateJava.cpp | 244 for (const auto &method : iface->methods()) { in generateJava()
|
D | hidl-gen_y.yy | 71 // Inherited methods from IBase is detected in addMethod. Not added here 113 // have name collisions with embedded read/write methods.
|
/system/tools/hidl/c2hal/test/ |
D | simple.h | 74 return module->methods->open(module, in showColor()
|
/system/tools/hidl/docs/src/parser/files/ |
D | InterfaceFileParser.kt | 50 …val methods: List<EntryParser> by lazy { getEntriesByDeclarationParser<MethodDeclarationParser>() } in <lambda>() constant
|
/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/core/libnativebridge/include/nativebridge/ |
D | native_bridge.h | 409 uint32_t (*getNativeMethods)(JNIEnv* env, jclass clazz, JNINativeMethod* methods,
|
/system/bt/audio_bluetooth_hw/ |
D | audio_bluetooth_hw.cc | 138 .methods = &hal_module_methods,
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 890 std::vector<const AidlMethod*> methods; in compute_outline_methods() local 891 methods.reserve(iface->GetMethods().size()); in compute_outline_methods() 893 methods.push_back(ptr.get()); in compute_outline_methods() 897 methods.begin(), in compute_outline_methods() 898 methods.end(), in compute_outline_methods() 903 stub->outline_methods.insert(methods.begin() + non_outline_count, in compute_outline_methods() 904 methods.end()); in compute_outline_methods()
|
/system/extras/boot_control_copy/ |
D | boot_control_copy.cpp | 282 .methods = &module_methods,
|
/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 | 192 methods and variables. This means 2 space indents, camelCase method names, an
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 257 C++ methods generated by the aidl generator return `android::binder::Status`
|
/system/bt/doc/ |
D | power_management.md | 95 1. An event is fired from one of the methods mentioned above in
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 56 .methods = nullptr, 71 .methods = nullptr,
|
/system/media/audio_utils/ |
D | Doxyfile | 318 # getter and setter methods for a property. Setting this option to YES will make 319 # doxygen to replace the get and set methods by a property in the documentation. 320 # This will only work if the methods are indeed getting or setting a simple 321 # type. If this is not the case, or you want to show the methods anyway, you 429 # This flag is only useful for Objective-C code. When set to YES local methods, 431 # included in the documentation. If set to NO only methods in the interface are 2120 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2121 # class node. If there are many fields or methods and many nodes the graph may
|