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.cpp280 KeyValue keyValue; in toHidlKeyedVector() local
281 keyValue.key = it->first; in toHidlKeyedVector()
282 keyValue.value = it->second; in toHidlKeyedVector()
283 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_test.cpp447 KeyValue keyValue; in toHidlKeyedVector() local
448 keyValue.key = it->first; in toHidlKeyedVector()
449 keyValue.value = it->second; in toHidlKeyedVector()
450 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()