Home
last modified time | relevance | path

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

/system/core/libstats/socket/tests/
Dstats_event_test.cpp88 bool boolValue = false; in TEST() local
96 stats_event_write_bool(event, boolValue); in TEST()
120 checkScalar(&buffer, boolValue); in TEST()
271 bool boolValue = false; in TEST() local
287 stats_event_write_bool(event, boolValue); in TEST()
304 checkScalar(&buffer, boolValue); in TEST()
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl4 String[] LogThis(boolean boolValue, inout boolean[] boolArray, in LogThis() argument
/system/keymaster/ng/include/
Dkeymaster_tags.h219 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
260 param.f.boolValue = true; in makeKeyParameter()
/system/security/keystore/
Dlegacy_keymaster_device_wrapper.cpp91 if (keyParams[i].f.boolValue) in KmParamSet()
189 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
Dkeystore_aidl_hidl_marshalling_utils.cpp88 result.f.boolValue = true; in readKeyParameterFromParcel()
/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/keymaster/ng/
DAndroidKeymaster3Device.cpp110 if (keyParams[i].f.boolValue) in KmParamSet()
193 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
DAndroidKeymaster4Device.cpp147 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
202 if (keyParams[i].f.boolValue) in hidlKeyParams2Km()
/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.cpp1095 EXPECT_EQ(static_cast<bool>(u[1].intValue), res[1].value.boolValue); in TEST_F()
1097 EXPECT_EQ(static_cast<bool>(u[2].intValue), res[2].value.boolValue); in TEST_F()