| /device/generic/goldfish-opengl/android-emu/android/base/ |
| D | ring_buffer.c | 69 bool ring_buffer_can_write(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_write() 75 bool ring_buffer_can_read(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_read() 242 uint32_t bytes) { in ring_buffer_view_can_write() 252 uint32_t bytes) { in ring_buffer_view_can_read() 413 uint32_t bytes) { in ring_buffer_wait_write() 432 uint32_t bytes) { in ring_buffer_wait_read() 451 uint32_t bytes) { in get_step_size() 463 uint32_t bytes) { in ring_buffer_write_fully() 471 uint32_t bytes) { in ring_buffer_read_fully() 479 uint32_t bytes, in ring_buffer_write_fully_with_abort() [all …]
|
| D | Allocator.h | 37 size_t bytes = sizeof(T) * count; in allocArray() local 43 size_t bytes = strlen(toCopy) + 1; in strDup() local 60 void* dupArray(const void* buf, size_t bytes) { in dupArray()
|
| D | AndroidSubAllocator.h | 67 size_t bytes = sizeof(T) * count; in allocArray() local 73 size_t bytes = strlen(toCopy) + 1; in strDup() local 90 void* dupArray(const void* buf, size_t bytes) { in dupArray()
|
| /device/generic/vulkan-cereal/base/ |
| D | ring_buffer.cpp | 55 bool ring_buffer_can_write(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_write() 61 bool ring_buffer_can_read(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_read() 228 uint32_t bytes) { in ring_buffer_view_can_write() 238 uint32_t bytes) { in ring_buffer_view_can_read() 437 uint32_t bytes, in ring_buffer_wait_write() 476 uint32_t bytes, in ring_buffer_wait_read() 519 uint32_t bytes) { in get_step_size() 531 uint32_t bytes) { in ring_buffer_write_fully() 539 uint32_t bytes) { in ring_buffer_read_fully() 547 uint32_t bytes, in ring_buffer_write_fully_with_abort() [all …]
|
| D | SubAllocator.h | 60 size_t bytes = sizeof(T) * count; in allocArray() local 66 size_t bytes = strlen(toCopy) + 1; in strDup() local 83 void* dupArray(const void* buf, size_t bytes) { in dupArray()
|
| D | Pool.h | 59 size_t bytes = sizeof(T) * count; in allocArray() local 65 size_t bytes = strlen(toCopy) + 1; in strDup() local 82 void* dupArray(const void* buf, size_t bytes) { in dupArray()
|
| D | BumpPool.h | 72 size_t bytes = sizeof(T) * count; in allocArray() local 78 size_t bytes = strlen(toCopy) + 1; in strDup() local 95 void* dupArray(const void* buf, size_t bytes) { in dupArray()
|
| D | ring_buffer_unittest.cpp | 103 size_t bytes = stepSize * numSteps; in writeTest() local 130 size_t bytes = stepSize * numSteps; in readTest() local 243 size_t bytes = stepSize * numSteps; in viewWriteTest() local 270 size_t bytes = stepSize * numSteps; in viewReadTest() local
|
| D | Stream.cpp | 91 uint8_t bytes[sizeof(float)]; in putFloat() member 100 uint8_t bytes[sizeof(float)]; in getFloat() member
|
| /device/linaro/dragonboard/audio/ |
| D | fifo_wrapper.cpp | 33 void *fifo_init(uint32_t bytes, bool reader_throttles_writer) { in fifo_init() 56 ssize_t fifo_read(void *fifo_itfe, void *buffer, size_t bytes) { in fifo_read() 61 ssize_t fifo_write(void *fifo_itfe, void *buffer, size_t bytes) { in fifo_write()
|
| D | audio_aec.c | 300 size_t bytes = info->bytes; in write_to_reference_fifo() local 373 size_t bytes = info->bytes; in get_reference_samples() local 580 size_t bytes = info->bytes; in process_aec() local
|
| /device/amlogic/yukawa/hal/audio/ |
| D | fifo_wrapper.cpp | 33 void *fifo_init(uint32_t bytes, bool reader_throttles_writer) { in fifo_init() 56 ssize_t fifo_read(void *fifo_itfe, void *buffer, size_t bytes) { in fifo_read() 61 ssize_t fifo_write(void *fifo_itfe, void *buffer, size_t bytes) { in fifo_write()
|
| D | audio_aec.c | 306 size_t bytes = info->bytes; in write_to_reference_fifo() local 379 size_t bytes = info->bytes; in get_reference_samples() local 588 size_t bytes = info->bytes; in process_aec() local
|
| /device/google/contexthub/util/nanotool/ |
| D | androidcontexthub.cpp | 60 const uint8_t *bytes = (const uint8_t *) data; in AppendBytes() local 67 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyInt32Array() 82 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyFloatArray() 97 std::vector<uint8_t>& bytes) { in GetCalibrationBytes() 279 bool AndroidContextHub::FlashSensorHub(const std::vector<uint8_t>& bytes) { in FlashSensorHub()
|
| /device/generic/vulkan-cereal/stream-servers/tests/ |
| D | TextureDraw_unittest.cpp | 35 const int bytes = width * height * bpp; in TestTextureDrawBasic() local 99 const int bytes = width * height * bpp; in TestTextureDrawLayer() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libShaderTranslator/ |
| D | libShaderTranslator.cpp | 24 size_t bytes = sizeof(T) * xs.size(); in toAllocedCArray() local 32 size_t bytes = sizeof(char) * str.size() + 1; in toAllocedCString() local 43 size_t bytes = count * sizeof(T); in dupCArray() local
|
| /device/google/contexthub/firmware/os/core/ |
| D | heap.c | 237 int bytes = 0; in heapGetFreeSize() local 262 int bytes = 0; in heapGetTaskSize() local
|
| /device/google/fuchsia/bioniccompat/src/ |
| D | sendfile.cc | 39 int bytes = read(in_fd, buffer, sizeof(buffer)); in sendfile() local
|
| /device/generic/goldfish-opengl/android-emu/android/base/files/ |
| D | Stream.cpp | 91 uint8_t bytes[sizeof(float)]; in putFloat() member 100 uint8_t bytes[sizeof(float)]; in getFloat() member
|
| /device/generic/opengl-transport/host/commands/emugen/ |
| D | VarType.h | 50 size_t bytes() const { return m_byteSize; } in bytes() function
|
| /device/generic/vulkan-cereal/protocols/generic-apigen/ |
| D | VarType.h | 50 size_t bytes() const { return m_byteSize; } in bytes() function
|
| /device/generic/vulkan-cereal/host-common/ |
| D | HostGoldfishPipe_unittest.cpp | 49 size_t bytes = strlen(kResponse) + 1; in TEST_F() local
|
| /device/google/trout/hal/audio/6.0/ |
| D | audio_vbuffer.c | 36 size_t bytes = frame_count * frame_size; in audio_vbuffer_init() local
|
| /device/generic/car/emulator/audio/driver/ |
| D | audio_vbuffer.c | 36 size_t bytes = frame_count * frame_size; in audio_vbuffer_init() local
|
| /device/generic/vulkan-cereal/fake-android-guest/utils/ |
| D | String8.h | 292 inline size_t String8::bytes() const in bytes() function
|