Home
last modified time | relevance | path

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

12

/system/tools/hidl/docs/src/writer/files/
DInterfaceFileWriter.kt33 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/
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/chre/apps/chqts/
DREADME.md4 methods.
/system/core/trusty/gatekeeper/
Dmodule.cpp53 .methods = &gatekeeper_module_methods,
/system/core/trusty/keymaster/legacy/
Dmodule.cpp58 .methods = &keystore_module_methods,
/system/tools/hidl/
DInterface.cpp470 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()
DInterface.h64 std::vector<Method *> methods() const;
DgenerateJava.cpp244 for (const auto &method : iface->methods()) { in generateJava()
Dhidl-gen_y.yy71 // 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/
Dsimple.h74 return module->methods->open(module, in showColor()
/system/tools/hidl/docs/src/parser/files/
DInterfaceFileParser.kt50 …val methods: List<EntryParser> by lazy { getEntriesByDeclarationParser<MethodDeclarationParser>() } in <lambda>() constant
/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/core/libnativebridge/include/nativebridge/
Dnative_bridge.h409 uint32_t (*getNativeMethods)(JNIEnv* env, jclass clazz, JNINativeMethod* methods,
/system/bt/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc138 .methods = &hal_module_methods,
/system/tools/aidl/
Dgenerate_java_binder.cpp890 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/
Dboot_control_copy.cpp282 .methods = &module_methods,
/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.md192 methods and variables. This means 2 space indents, camelCase method names, an
/system/tools/aidl/docs/
Daidl-cpp.md257 C++ methods generated by the aidl generator return `android::binder::Status`
/system/bt/doc/
Dpower_management.md95 1. An event is fired from one of the methods mentioned above in
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp56 .methods = nullptr,
71 .methods = nullptr,
/system/media/audio_utils/
DDoxyfile318 # 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

12