Home
last modified time | relevance | path

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

12

/system/tools/hidl/lint/lints/
Doneway.cpp43 const std::vector<Method*>& methods = iface.userDefinedMethods(); in getInterfaceOnewayType() local
44 if (methods.empty()) { in getInterfaceOnewayType()
50 for (auto method : methods) { in getInterfaceOnewayType()
DmethodDocComment.cpp86 for (const Method* method : iface->isIBase() ? iface->methods() : iface->userDefinedMethods()) { in methodDocComments()
/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/tools/hidl/hidl2aidl/
DAidlInterface.cpp65 std::vector<const Method*> methods; in getUserDefinedMethods() local
68 methods.insert(methods.end(), userDefined.begin(), userDefined.end()); in getUserDefinedMethods()
71 return methods; in getUserDefinedMethods()
DAidlHelper.cpp109 const std::vector<const Method*>& methods = in emitFileHeader() local
111 for (const Method* method : methods) { in emitFileHeader()
/system/tools/hidl/c2hal/test/
Dsimple.h74 return module->methods->open(module, in showColor()
/system/tools/hidl/
DInterface.cpp428 for (const auto* method : methods()) { in getReferences()
446 for (const auto* method : methods()) { in getStrongReferences()
535 for (const Method* method : methods()) { in validateAnnotations()
626 std::vector<Method *> Interface::methods() const { in methods() function in android::Interface
876 for (const auto &method : methods()) { in emitVtsMethodDeclaration()
943 for (const auto* method : methods()) { in deepIsJavaCompatible()
DInterface.h68 std::vector<Method *> methods() const;
DgenerateJava.cpp244 for (const auto &method : iface->methods()) { in generateJava()
Dhidl-gen_y.yy73 // Inherited methods from IBase is detected in addMethod. Not added here
115 // have name collisions with embedded read/write methods.
/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/mkbootimg/
Dpylintrc65 …atements,duplicate-code,too-few-public-methods,too-many-instance-attributes,too-many-lines,too-man…
330 # Minimum number of public methods for a class (see R0903).
331 min-public-methods=2
333 # Maximum number of public methods for a class (see R0904).
334 max-public-methods=20
358 defining-attr-methods=__init__,__new__,setUp
/system/bt/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc159 .methods = &hal_module_methods,
/system/tools/aidl/
Dgenerate_java_binder.cpp954 std::vector<const AidlMethod*> methods; in compute_outline_methods() local
955 methods.reserve(iface->GetMethods().size()); in compute_outline_methods()
957 methods.push_back(ptr.get()); in compute_outline_methods()
961 methods.begin(), in compute_outline_methods()
962 methods.end(), in compute_outline_methods()
967 stub->outline_methods.insert(methods.begin() + non_outline_count, in compute_outline_methods()
968 methods.end()); in compute_outline_methods()
Daidl_unittest.cpp523 const auto& methods = iface->GetMethods(); in TEST_P() local
524 ASSERT_EQ(1u, methods.size()); in TEST_P()
525 const auto& method = methods[0]; in TEST_P()
/system/bt/gd/packet/parser/
DREADME17 Checksum fields need to implement the following three methods:
/system/extras/boot_control_copy/
Dboot_control_copy.cpp282 .methods = &module_methods,
/system/bt/gd/docs/architecture/
Darchitecture.md22 through various RPC/IPC methods such as Binder, Socket IPC, gRPC, DBUS. and
33 hardware abstraction APIs defined through RPC/IPC methods such as Binder,
59 methods to interact with it on main thread
134 methods
/system/media/camera/docs/
Dndk_camera_metadata_tags.mako29 * Do not remove methods.
/system/netd/server/
DAndroid.bp76 // ends up using a generated class from an older version and calls methods that don't exist.
/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

12