Searched refs:tag_value (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/libbase/include/android-base/ |
H A D | unique_fd.h | 168 static auto close(int fd, void* tag_value) -> decltype(T::Close(fd, tag_value), void()) { 169 T::Close(fd, tag_value);
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedCameraProviderHWLImpl.cpp | 621 auto tag_value = value[member.c_str()]; in ParseCharacteristics() local 624 InsertTag<uint8_t>(tag_value, tag_id, GetUInt8Value, static_meta.get()); in ParseCharacteristics() 627 InsertTag<int32_t>(tag_value, tag_id, GetInt32Value, static_meta.get()); in ParseCharacteristics() 630 InsertTag<int64_t>(tag_value, tag_id, GetInt64Value, static_meta.get()); in ParseCharacteristics() 633 InsertTag<float>(tag_value, tag_id, GetFloatValue, static_meta.get()); in ParseCharacteristics() 636 InsertTag<double>(tag_value, tag_id, GetDoubleValue, static_meta.get()); in ParseCharacteristics() 639 InsertRationalTag(tag_value, tag_id, static_meta.get()); in ParseCharacteristics()
|
/aosp12/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_unit_tests.cpp | 2466 uint8_t tag_value = pointer[-get_tag_offset()]; in TEST_F() local 2471 pointer[-get_tag_offset()] = tag_value; in TEST_F()
|