Home
last modified time | relevance | path

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

12

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DTransportUtils.java26 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()
DTransportManager.java245 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()
DTransport.java118 protected void onResponse(byte status, byte[] bytes) { in onResponse()
/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
Daudio_hw.h124 size_t bytes; member
/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
Daudio_hw.h126 size_t bytes; member
Daudio_hw.c370 size_t bytes) in out_write()
654 size_t bytes) in in_read()
/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/google/contexthub/firmware/os/core/
Dheap.c237 int bytes = 0; in heapGetFreeSize() local
262 int bytes = 0; in heapGetTaskSize() local
/device/generic/car/emulator/audio/driver/
Daudio_vbuffer.c37 size_t bytes = frame_count * frame_size; in audio_vbuffer_init() local
Daudio_hw.c522 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/
Dsha2.c121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes()
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c26 uint8_t checksum(__attribute__((unused)) handle_t *handle, uint8_t *bytes, int length) in checksum()
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp157 ssize_t bytes = TEMP_FAILURE_RETRY(read(virtio_fd, buf, kBufferSize)); in main() local
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app_syscalls.c81 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()
Dchre11_app_syscalls.c84 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()
Dchre_app_syscalls.c84 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()
/device/google/cuttlefish/host/commands/casimir_control_server/
Dmain.cpp207 std::vector<uint8_t> bytes = in SendApduResult() local
/device/linaro/hikey/audio/
Daudio_hw.c178 …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/
Dvhu_input.rs236 let bytes = reader.available_bytes(); in write_status_updates() localVariable
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c64 uint32_t bytes = 0; in getPersistedData() local
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c64 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()

12