Home
last modified time | relevance | path

Searched refs:keyValue (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/media/eco/
DECOData.cpp377 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/drm/1.2/vts/functional/
Ddrm_hal_common.cpp341 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/
Ddrm_hal_vendor_test.cpp286 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()