/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | TransportUtils.java | 26 public static String bytesToString(byte[] bytes) { in bytesToString() 56 public static int parseUnsignedShort(byte[] bytes, int st) { in parseUnsignedShort() 66 public static void writeUnsignedShort(byte[] bytes, int st, int val) { in writeUnsignedShort()
|
D | TransportManager.java | 245 void onWritten(int status, byte[] bytes) { in onWritten() 249 private void onWrittenImpl(int status, byte[] bytes) { in onWrittenImpl() 267 void onResponse(Transport transport, byte status, byte[] bytes) { in onResponse() 271 private void onResponseImpl(Transport transport, byte status, byte[] bytes) { in onResponseImpl()
|
D | Transport.java | 118 protected void onResponse(byte status, byte[] bytes) { in onResponse()
|
/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
|
D | audio_hw.h | 124 size_t bytes; member
|
/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
|
D | audio_hw.h | 126 size_t bytes; member
|
D | audio_hw.c | 370 size_t bytes) in out_write() 654 size_t bytes) in in_read()
|
/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/google/contexthub/firmware/os/core/ |
D | heap.c | 237 int bytes = 0; in heapGetFreeSize() local 262 int bytes = 0; in heapGetTaskSize() local
|
/device/generic/car/emulator/audio/driver/ |
D | audio_vbuffer.c | 37 size_t bytes = frame_count * frame_size; in audio_vbuffer_init() local
|
D | audio_hw.c | 522 static void out_apply_gain(struct generic_stream_out *out, const void *buffer, size_t bytes) { in out_apply_gain() 543 static ssize_t out_write(struct audio_stream_out *stream, const void *buffer, size_t bytes) { in out_write() 1045 static ssize_t in_read(struct audio_stream_in *stream, void *buffer, size_t bytes) { in in_read()
|
/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes()
|
/device/google/contexthub/util/stm32_flash/ |
D | stm32_bl.c | 26 uint8_t checksum(__attribute__((unused)) handle_t *handle, uint8_t *bytes, int length) in checksum()
|
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/ |
D | main.cpp | 157 ssize_t bytes = TEMP_FAILURE_RETRY(read(virtio_fd, buf, kBufferSize)); in main() local
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app_syscalls.c | 81 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()
|
D | chre11_app_syscalls.c | 84 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()
|
D | chre_app_syscalls.c | 84 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()
|
/device/google/cuttlefish/host/commands/casimir_control_server/ |
D | main.cpp | 207 std::vector<uint8_t> bytes = in SendApduResult() local
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 178 …t audio_stream_out *stream, const void *buffer, size_t frame_size, size_t out_frames, size_t bytes) in xa_device_run() 411 size_t bytes) in out_write() 577 size_t bytes) in in_read()
|
/device/google/cuttlefish/host/commands/vhost_user_input/ |
D | vhu_input.rs | 236 let bytes = reader.available_bytes(); in write_status_updates() localVariable
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 64 uint32_t bytes = 0; in getPersistedData() local
|
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/ |
D | usb_modeswitch.c | 64 int usb_bulk_io(struct libusb_device_handle *handle, int ep, unsigned char *bytes, in usb_bulk_io() 82 static int usb_interrupt_io(libusb_device_handle *handle, int ep, unsigned char *bytes, in usb_interrupt_io()
|