Home
last modified time | relevance | path

Searched refs:boolValue (Results 1 – 16 of 16) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp58 bool boolValue = true; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp64 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/
DILoggableInterface.aidl6 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/
DILoggableInterface.java10 …@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/
DKeyMintAidlUtils.cpp79 result[i].boolValue = params[i].boolean; in kmParamSet2Aidl()
123 if (keyParams[i].boolValue) in aidlKeyParams2Km()
DAndroidKeymaster3Device.cpp109 if (keyParams[i].f.boolValue) in KmParamSet()
192 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
DAndroidKeymaster4Device.cpp145 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/
DBpLoggableInterface.h20 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
DILoggableInterface.h24 …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/
DILoggableInterface.cpp36 ::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/
Dkeymaster_tags.h217 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
258 param.f.boolValue = true; in makeKeyParameter()
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp97 if (keyParams[i].f.boolValue) in KmParamSet()
181 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
/system/security/ondevice-signing/
DKeystoreHmacKey.cpp104 auth.value = KeyParameterValue::make<KeyParameterValue::boolValue>(true); in createKey()
DKeystoreKey.cpp111 auth.value = KeyParameterValue::make<KeyParameterValue::boolValue>(true); in createKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp149 if (keyParams[i].f.boolValue) in KmParamSet()
233 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1083 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()