Searched refs:kBufferDescriptorSizeV4 (Results 1 – 4 of 4) sorted by relevance
41 const uint32_t kBufferDescriptorSizeV4 = 42; variable
124 out.resize(gralloc::kBufferDescriptorSizeV4 + sizeof(name_size) + name_size); in Encode()159 if (in.size() < gralloc::kBufferDescriptorSizeV4) { in Decode()173 if (in.size() != (gralloc::kBufferDescriptorSizeV4 + name_size + sizeof(name_size)) || in Decode()
42 const uint32_t kBufferDescriptorSizeV4 = 42; variable
124 out.resize(gralloc::kBufferDescriptorSizeV4 + sizeof(name_size) + in Encode()160 if (in.size() < gralloc::kBufferDescriptorSizeV4) { in Decode()174 if (in.size() != (gralloc::kBufferDescriptorSizeV4 + name_size + sizeof(name_size)) || in Decode()