/hardware/interfaces/bluetooth/1.0/default/ |
D | h4_protocol.cc | 37 size_t total_bytes = 0; in Send() local 39 total_bytes += iov_array[i].iov_len; in Send() 42 size_t remaining_bytes = total_bytes; in Send() 63 static_cast<int>(bytes_written), static_cast<int>(total_bytes), in Send()
|
/hardware/interfaces/bluetooth/hci/test/ |
D | h4_protocol_unittest.cc | 244 size_t total_bytes = 0; in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort() local 248 all_packets[total_bytes++] = preamble[i]; in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort() 251 all_packets[total_bytes++] = short_payload[i]; in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort() 257 while (written_bytes < total_bytes) { in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort() 258 size_t to_write = std::min(partial_size, total_bytes - written_bytes); in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | address_space.h | 58 uint64_t total_bytes; member 326 allocator->total_bytes = size; in address_space_allocator_init() 361 block->size = allocator->total_bytes; in address_space_allocator_reset()
|
D | AndroidSubAllocator.cpp | 64 stream->putBe64(allocator->total_bytes); in save() 92 allocator->total_bytes = stream->getBe64(); in load()
|
/hardware/google/aemu/base/ |
D | SubAllocator.cpp | 62 stream->putBe64(allocator->total_bytes); in save() 90 allocator->total_bytes = stream->getBe64(); in load()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | address_space.h | 58 uint64_t total_bytes; member 475 allocator->total_bytes = size; in address_space_allocator_init() 510 block->size = allocator->total_bytes; in address_space_allocator_reset()
|
/hardware/libhardware/include_all/hardware/ |
D | context_hub.h | 117 uint32_t total_bytes; member
|
/hardware/libhardware/include/hardware/ |
D | context_hub.h | 117 uint32_t total_bytes; member
|
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 164 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() argument
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 165 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() argument
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 2979 unsigned int code = 0, total_bytes = 0; in Read_Buffer_From_VC1_File() local 2990 if (total_bytes == pBufHdr->nAllocLen) in Read_Buffer_From_VC1_File() 3003 total_bytes++; in Read_Buffer_From_VC1_File() 3090 static unsigned long long int total_bytes = 0; in Read_Buffer_From_DivX_4_5_6_File() local 3200 total_bytes += pBufHdr->nFilledLen; in Read_Buffer_From_DivX_4_5_6_File() 3203 total_bytes, total_frames); in Read_Buffer_From_DivX_4_5_6_File()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 3277 unsigned int code = 0, total_bytes = 0; in Read_Buffer_From_VC1_File() local 3287 if (total_bytes == pBufHdr->nAllocLen) { in Read_Buffer_From_VC1_File() 3298 total_bytes++; in Read_Buffer_From_VC1_File() 3379 static unsigned long long int total_bytes = 0; in Read_Buffer_From_DivX_4_5_6_File() local 3493 total_bytes += pBufHdr->nFilledLen; in Read_Buffer_From_DivX_4_5_6_File() 3496 total_bytes, total_frames); in Read_Buffer_From_DivX_4_5_6_File()
|
/hardware/interfaces/bluetooth/aidl/vts/ |
D | VtsHalBluetoothTargetTest.cpp | 147 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() argument
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 1856 optional int64 total_bytes = 4; field
|