Searched refs:keyValue (Results 1 – 3 of 3) 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/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 280 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/ |
D | drm_hal_vendor_test.cpp | 447 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()
|