/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 58 bool boolValue = true; in TEST_F() local 85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 64 bool boolValue = true; in TEST_F() local 90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 6 String[] LogThis(boolean boolValue, inout boolean[] boolArray, byte byteValue, in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument 163 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument 171 _data.writeInt(((boolValue)?(1):(0))); in LogThis() 207 …return getDefaultImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, … in LogThis() 254 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
|
/system/keymaster/ng/ |
D | KeyMintAidlUtils.cpp | 79 result[i].boolValue = params[i].boolean; in kmParamSet2Aidl() 123 if (keyParams[i].boolValue) in aidlKeyParams2Km()
|
D | AndroidKeymaster3Device.cpp | 109 if (keyParams[i].f.boolValue) in KmParamSet() 192 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
|
D | AndroidKeymaster4Device.cpp | 145 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl() 200 if (keyParams[i].f.boolValue) in hidlKeyParams2Km()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
|
D | ILoggableInterface.h | 24 …virtual ::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t b…
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 ::android::binder::Status BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArr… in LogThis() argument 45 _transaction_log.input_args.emplace_back("boolValue", ::android::internal::ToString(boolValue)); in LogThis() 72 _aidl_ret_status = _aidl_data.writeBool(boolValue); in LogThis() 158 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis()
|
/system/keymaster/ng/include/ |
D | keymaster_tags.h | 217 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue) 258 param.f.boolValue = true; in makeKeyParameter()
|
/system/core/trusty/keymaster/3.0/ |
D | TrustyKeymaster3Device.cpp | 97 if (keyParams[i].f.boolValue) in KmParamSet() 181 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
|
/system/security/ondevice-signing/ |
D | KeystoreHmacKey.cpp | 104 auth.value = KeyParameterValue::make<KeyParameterValue::boolValue>(true); in createKey()
|
D | KeystoreKey.cpp | 111 auth.value = KeyParameterValue::make<KeyParameterValue::boolValue>(true); in createKey()
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 149 if (keyParams[i].f.boolValue) in KmParamSet() 233 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1083 EXPECT_EQ(static_cast<bool>(u[1].intValue), res[1].value.boolValue); in TEST_F() 1085 EXPECT_EQ(static_cast<bool>(u[2].intValue), res[2].value.boolValue); in TEST_F()
|