/test/vts/compilation_tools/vtsc/code_gen/driver/ |
D | HalCodeGen.cpp | 85 for (const auto& arg : func_pt_spec.arg()) { in GenerateCppBodyInterfaceImpl() local 179 for (const auto& arg : func_pt_spec.arg()) { in GenerateCppBodyInterfaceImpl() local 319 for (auto const& arg : api.arg()) { in GenerateCppBodyFuzzFunction() local 478 for (auto const& arg : api.arg()) { in GenerateCppBodyFuzzFunction() local 553 for (auto const& arg : api.arg()) { in GenerateCppBodyFuzzFunction() local 675 for (auto const& arg : api.arg()) { in GenerateCppBodyFuzzFunction() local
|
D | LibSharedCodeGen.cpp | 50 for (auto const& arg : api.arg()) { in GenerateCppBodyFuzzFunction() local
|
D | HalHidlCodeGen.cpp | 55 const auto& arg = api.arg(index); in GenerateCppBodyInterfaceImpl() local 221 const auto& arg = func_msg.arg(i); in GenerateDriverImplForMethod() local 469 const auto& arg = api.arg(index); in GenerateHeaderInterfaceImpl() local
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | types.driver.cpp | 14 …ficationMessage& var_msg __attribute__((__unused__)), ::android::hardware::nfc::V1_0::NfcEvent* ar… in MessageTo__android__hardware__nfc__V1_0__NfcEvent() 39 …icationMessage& var_msg __attribute__((__unused__)), ::android::hardware::nfc::V1_0::NfcStatus* ar… in MessageTo__android__hardware__nfc__V1_0__NfcStatus()
|
D | TestMsgQ.driver.cpp | 14 …age& var_msg __attribute__((__unused__)), ::android::hardware::tests::msgq::V1_0::ITestMsgQ::Event… in MessageTo__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits()
|
D | Bar.driver.cpp | 14 …sage& var_msg __attribute__((__unused__)), ::android::hardware::tests::bar::V1_0::IBar::SomethingR… in MessageTo__android__hardware__tests__bar__V1_0__IBar__SomethingRelated()
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerUtils.cpp | 156 string GetCppVariableType(const VariableSpecificationMessage& arg, in GetCppVariableType() 347 string GetConversionToProtobufFunctionName(VariableSpecificationMessage arg) { in GetConversionToProtobufFunctionName() 363 const VariableSpecificationMessage& arg, in GetCppInstanceType()
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 144 optional bytes arg = 4001; field 201 repeated VariableSpecificationMessage arg = 11; field
|
D | VtsDriverControlMessage.proto | 110 optional bytes arg = 1401; field
|
D | ComponentSpecificationMessage.proto | 240 repeated VariableSpecificationMessage arg = 21; field 317 repeated VariableSpecificationMessage arg = 101; field
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.cpp | 73 bool VtsHalHidlTargetTestEnvBase::parseVtsTestOption(const char* arg) { in parseVtsTestOption()
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 340 def CallApi(self, arg, caller_uid=None): argument 379 def GetAttribute(self, arg): argument 648 arg=None, argument
|
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/ |
D | poc.cpp | 69 struct ifreq arg; in poc() local
|
/test/vts/compilation_tools/vtsc/code_gen/profiler/ |
D | ProfilerCodeGenBase.cpp | 302 for (const VariableSpecificationMessage& arg : api.arg()) { in IncludeHidlNativeType() local
|
D | HalHidlProfilerCodeGen.cpp | 392 const VariableSpecificationMessage arg = method.arg(i); in GenerateProfilerForMethod() local 431 const VariableSpecificationMessage arg = method.return_type_hidl(i); in GenerateProfilerForMethod() local
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 124 auto* arg = api->mutable_arg(index); in CallFunction() local 446 VariableSpecificationMessage* arg) { in PreprocessHidlHalFunctionCallArgs()
|
/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 502 struct fscrypt_remove_key_arg arg; in TearDown() local 518 std::unique_ptr<struct fscrypt_add_key_arg> arg( in SetMasterKey() local 1343 struct fscrypt_get_policy_ex_arg arg = {.policy_size = sizeof(arg.policy)}; in GetKeyUsedByDir() local
|