Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dh4_protocol.cc37 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/
Dh4_protocol_unittest.cc244 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/
Daddress_space.h58 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()
DAndroidSubAllocator.cpp64 stream->putBe64(allocator->total_bytes); in save()
92 allocator->total_bytes = stream->getBe64(); in load()
/hardware/google/aemu/base/
DSubAllocator.cpp62 stream->putBe64(allocator->total_bytes); in save()
90 allocator->total_bytes = stream->getBe64(); in load()
/hardware/google/aemu/base/include/aemu/base/
Daddress_space.h58 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/
Dcontext_hub.h117 uint32_t total_bytes; member
/hardware/libhardware/include/hardware/
Dcontext_hub.h117 uint32_t total_bytes; member
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp164 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() argument
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp165 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() argument
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp2979 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/
Domx_vdec_test.cpp3277 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/
DVtsHalBluetoothTargetTest.cpp147 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() argument
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto1856 optional int64 total_bytes = 4; field