Searched refs:keyValue (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/media/eco/ |
D | ECOData.cpp | 377 char keyValue[SIZE]; in debugString() local 381 snprintf(keyValue, SIZE, "int32_t %s = %d, ", it.first.c_str(), in debugString() 385 snprintf(keyValue, SIZE, "int64_t %s = %" PRId64 ", ", it.first.c_str(), in debugString() 389 snprintf(keyValue, SIZE, "size_t %s = %zu, ", it.first.c_str(), in debugString() 393 snprintf(keyValue, SIZE, "float %s = %f, ", it.first.c_str(), in debugString() 397 snprintf(keyValue, SIZE, "double %s = %f, ", it.first.c_str(), in debugString() 401 snprintf(keyValue, SIZE, "string %s = %s, ", it.first.c_str(), in debugString() 405 snprintf(keyValue, SIZE, "int8_t %s = %d, ", it.first.c_str(), in debugString() 411 s.append(keyValue); in debugString()
|
/hardware/interfaces/identity/support/tests/ |
D | IdentityCredentialSupportTest.cpp | 368 const cppbor::Item* findValueForTstr(const cppbor::Map* map, const string& keyValue) { in findValueForTstr() argument 370 const auto& item = map->get(keyValue); in findValueForTstr() 377 const cppbor::Array* findArrayValueForTstr(const cppbor::Map* map, const string& keyValue) { in findArrayValueForTstr() argument 378 const cppbor::Item* item = findValueForTstr(map, keyValue); in findArrayValueForTstr() 385 const cppbor::Map* findMapValueForTstr(const cppbor::Map* map, const string& keyValue) { in findMapValueForTstr() argument 386 const cppbor::Item* item = findValueForTstr(map, keyValue); in findMapValueForTstr() 394 const string& keyValue) { in findSemanticValueForTstr() argument 395 const cppbor::Item* item = findValueForTstr(map, keyValue); in findSemanticValueForTstr() 402 const std::string findStringValueForTstr(const cppbor::Map* map, const string& keyValue) { in findStringValueForTstr() argument 403 const cppbor::Item* item = findValueForTstr(map, keyValue); in findStringValueForTstr()
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 341 KeyValue keyValue; in toHidlKeyedVector() local 342 keyValue.key = it->first; in toHidlKeyedVector() 343 keyValue.value = it->second; in toHidlKeyedVector() 344 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_vendor_test.cpp | 286 KeyValue keyValue; in toHidlKeyedVector() local 287 keyValue.key = it->first; in toHidlKeyedVector() 288 keyValue.value = it->second; in toHidlKeyedVector() 289 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
|