Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 87) sorted by relevance

1234

/device/generic/goldfish-opengl/android-emu/android/base/
Dring_buffer.c69 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 …]
DAllocator.h37 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()
DAndroidSubAllocator.h67 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/
Dring_buffer.cpp55 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 …]
DSubAllocator.h60 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()
DPool.h59 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()
DBumpPool.h72 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()
Dring_buffer_unittest.cpp103 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
DStream.cpp91 uint8_t bytes[sizeof(float)]; in putFloat() member
100 uint8_t bytes[sizeof(float)]; in getFloat() member
/device/linaro/dragonboard/audio/
Dfifo_wrapper.cpp33 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()
Daudio_aec.c300 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/
Dfifo_wrapper.cpp33 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()
Daudio_aec.c306 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/
Dandroidcontexthub.cpp60 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/
DTextureDraw_unittest.cpp35 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/
DlibShaderTranslator.cpp24 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/
Dheap.c237 int bytes = 0; in heapGetFreeSize() local
262 int bytes = 0; in heapGetTaskSize() local
/device/google/fuchsia/bioniccompat/src/
Dsendfile.cc39 int bytes = read(in_fd, buffer, sizeof(buffer)); in sendfile() local
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.cpp91 uint8_t bytes[sizeof(float)]; in putFloat() member
100 uint8_t bytes[sizeof(float)]; in getFloat() member
/device/generic/opengl-transport/host/commands/emugen/
DVarType.h50 size_t bytes() const { return m_byteSize; } in bytes() function
/device/generic/vulkan-cereal/protocols/generic-apigen/
DVarType.h50 size_t bytes() const { return m_byteSize; } in bytes() function
/device/generic/vulkan-cereal/host-common/
DHostGoldfishPipe_unittest.cpp49 size_t bytes = strlen(kResponse) + 1; in TEST_F() local
/device/google/trout/hal/audio/6.0/
Daudio_vbuffer.c36 size_t bytes = frame_count * frame_size; in audio_vbuffer_init() local
/device/generic/car/emulator/audio/driver/
Daudio_vbuffer.c36 size_t bytes = frame_count * frame_size; in audio_vbuffer_init() local
/device/generic/vulkan-cereal/fake-android-guest/utils/
DString8.h292 inline size_t String8::bytes() const in bytes() function

1234