/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmendian.h | 125 #define htol16_ua_store(val, bytes) ({ \ argument 132 #define htol32_ua_store(val, bytes) ({ \ argument 141 #define hton16_ua_store(val, bytes) ({ \ argument 148 #define hton32_ua_store(val, bytes) ({ \ argument 157 #define ltoh16_ua(bytes) ({ \ argument 162 #define ltoh32_ua(bytes) ({ \ argument 167 #define ntoh16_ua(bytes) ({ \ argument 172 #define ntoh32_ua(bytes) ({ \ argument 216 htol16_ua_store(uint16 val, uint8 *bytes) in htol16_ua_store() 226 htol32_ua_store(uint32 val, uint8 *bytes) in htol32_ua_store() [all …]
|
/hardware/google/aemu/base/include/aemu/base/ |
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 | 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 | Uuid.h | 54 const uint8_t* bytes() const { in bytes() function
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
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 | 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 | 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 …]
|
/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/ |
D | utils.h | 38 std::optional<T> decode_helper(const std::vector<uint8_t>& bytes) { in decode_helper() 52 std::optional<Container> decode_helper(const std::vector<uint8_t>& bytes) { in decode_helper() 84 std::optional<T> decode(const std::vector<uint8_t>& bytes) { in decode()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | print_gfx_logs.py | 86 def read_uint32(buf: bytes, pos: int) -> int: 91 def read_uint64(buf: bytes, pos: int) -> int: 96 def process_command(buf: bytes, version: int) -> Command:
|
/hardware/google/aemu/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 …]
|
/hardware/google/gfxstream/host/gl/ |
D | BufferGl.cpp | 42 void BufferGl::read(uint64_t offset, uint64_t size, void* bytes) { in read() 68 void BufferGl::subUpdate(uint64_t offset, uint64_t size, const void* bytes) { in subUpdate()
|
/hardware/google/gfxstream/host/vulkan/ |
D | ColorBufferVk.cpp | 63 bool ColorBufferVk::updateFromBytes(const std::vector<uint8_t>& bytes) { in updateFromBytes() 68 const void* bytes) { in updateFromBytes()
|
D | BufferVk.cpp | 44 bool BufferVk::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes()
|
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSessionControl_2_1.h | 137 const void* buffer, size_t bytes) { in OutWritePcmData() 148 size_t bytes) { in InReadPcmData()
|
/hardware/google/gfxstream/host/tests/ |
D | TextureDraw_unittest.cpp | 35 const int bytes = width * height * bpp; in TestTextureDrawBasic() local 100 const int bytes = width * height * bpp; in TestTextureDrawLayer() local
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | blob.c | 142 const void *bytes, in blob_overwrite_bytes() 158 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) in blob_write_bytes() 295 const void *bytes; in blob_copy_bytes() local
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothAudioSessionControl.h | 204 const void* buffer, size_t bytes) { in OutWritePcmData() 217 size_t bytes) { in InReadPcmData()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | JsonFakeValueGenerator.cpp | 231 hidl_vec<uint8_t> bytes(byteSize % 8 == 0 ? byteSize / 8 : byteSize / 8 + 1); in generateDiagnosticBytes() local 249 void JsonFakeValueGenerator::setBit(hidl_vec<uint8_t>& bytes, size_t idx) { in setBit()
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | VarType.h | 50 size_t bytes() const { return m_byteSize; } in bytes() function
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 76 auto* bytes = reinterpret_cast<uint8_t*>(mapped); in TEST_P() local 261 auto* bytes = reinterpret_cast<uint8_t*>(mapped); in TEST_P() local
|
/hardware/google/gfxstream/guest/rendercontrol/ |
D | RenderControl.cpp | 59 int DoCompose(std::vector<uint8_t>& bytes) { in DoCompose() 107 std::vector<uint8_t> bytes(bytesNeeded); in rcCompose() local
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/ |
D | JsonFakeValueGenerator.cpp | 51 void setBit(std::vector<uint8_t>& bytes, size_t idx) { in setBit() 84 std::vector<uint8_t> bytes((byteSize + 7) / 8); in generateDiagnosticBytes() local
|
/hardware/google/aemu/host-common/ |
D | HostGoldfishPipe_unittest.cpp | 49 size_t bytes = strlen(kResponse) + 1; in TEST_F() local
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.cpp | 128 ssize_t AudioStreamOutStub::write(const void* buffer, size_t bytes) in write() 175 ssize_t AudioStreamInStub::read(void* buffer, ssize_t bytes) in read()
|
/hardware/google/gfxstream/host/ |
D | Buffer.cpp | 123 bool Buffer::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes()
|