HomeSort by relevance Sort by last modified time
    Searched defs:read_buffer (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
binder.h 66 binder_uintptr_t read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
binder.h 66 binder_uintptr_t read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
binder.h 66 binder_uintptr_t read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
binder.h 66 binder_uintptr_t read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
binder.h 52 unsigned long read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
binder.h 52 unsigned long read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
binder.h 52 unsigned long read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
binder.h 52 unsigned long read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
binder.h 52 unsigned long read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
binder.h 52 unsigned long read_buffer; member in struct:binder_write_read
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
binder.h 52 unsigned long read_buffer; member in struct:binder_write_read
  /system/bt/stack/a2dp/
a2dp_aac_encoder.cc 106 static bool a2dp_aac_read_feeding(uint8_t* read_buffer);
526 uint8_t read_buffer[BT_DEFAULT_BUFFER_SIZE]; local
530 CHECK(pcm_bytes_per_frame <= static_cast<int>(sizeof(read_buffer)));
582 if (a2dp_aac_read_feeding(read_buffer)) {
590 in_buf_vector[0] = read_buffer;
643 static bool a2dp_aac_read_feeding(uint8_t* read_buffer) {
653 a2dp_aac_encoder_cb.read_callback(read_buffer, read_size);
660 memset(((uint8_t*)read_buffer) + nb_byte_read, 0, read_size - nb_byte_read);
a2dp_sbc_encoder.cc 604 static uint16_t read_buffer[SBC_MAX_NUM_FRAME * SBC_MAX_NUM_OF_BLOCKS * local
697 a2dp_sbc_encoder_cb.read_callback((uint8_t*)read_buffer, read_size);
704 memset(((uint8_t*)read_buffer) + nb_byte_read, 0, read_size - nb_byte_read);
720 (uint8_t*)read_buffer,
    [all...]
a2dp_vendor_ldac_encoder.cc 179 static bool a2dp_ldac_read_feeding(uint8_t* read_buffer);
600 uint8_t read_buffer[LDACBT_MAX_LSU * 4 /* byte/sample */ * 2 /* ch */]; local
635 if (a2dp_ldac_read_feeding(read_buffer)) {
644 a2dp_ldac_encoder_cb.ldac_handle, read_buffer, (int*)&encode_count,
697 static bool a2dp_ldac_read_feeding(uint8_t* read_buffer) {
707 a2dp_ldac_encoder_cb.read_callback(read_buffer, read_size);
714 memset(((uint8_t*)read_buffer) + nb_byte_read, 0, read_size - nb_byte_read);
  /external/e2fsprogs/misc/
badblocks.c 596 unsigned char *buffer, *read_buffer; local
607 read_buffer = buffer + blocks_at_once * block_size;
691 got = do_read (dev, read_buffer, try, block_size,
707 if (memcmp(read_buffer + i * block_size,
    [all...]
  /external/libmicrohttpd/src/microspdy/
structures.h 670 void *read_buffer; member in struct:SPDY_Session
737 * Size of read_buffer (in bytes). This value indicates
746 * read_buffer (last valid position).
  /external/zlib/src/contrib/minizip/
unzip.c 136 char *read_buffer; /* internal buffer for compressed data */ member in struct:__anon37882
    [all...]
  /system/core/sdcard/
fuse.cpp 1041 __u8 *read_buffer = (__u8 *) ((uintptr_t)(handler->read_buffer + PAGE_SIZE) & ~((uintptr_t)PAGE_SIZE-1)); local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 1132 uint8_t read_buffer[sizeof(*dhcp) + sizeof(state->server_info) + 1]; local
1134 read_buffer + offsetof(struct dhcp_message, options);
1153 bytes = read(fd, read_buffer, sizeof(read_buffer));
1157 if (read_buffer + bytes < options_startp)
1165 if (options_endp > read_buffer + bytes)
1166 options_endp = read_buffer + bytes;
1177 memcpy(dhcp, read_buffer, options_startp - read_buffer);
1209 options_endp = read_buffer + bytes
    [all...]
  /external/libmicrohttpd/src/microhttpd/
internal.h 622 char *read_buffer; member in struct:MHD_Connection
660 * Size of read_buffer (in bytes). This value indicates
669 * read_buffer (last valid position).
    [all...]
  /external/libpng/
pngstruct.h 458 png_bytep read_buffer; /* buffer for reading chunk data */ member in struct:png_struct_def
  /external/pdfium/third_party/libpng16/
pngstruct.h 458 png_bytep read_buffer; /* buffer for reading chunk data */ member in struct:png_struct_def
  /external/skia/third_party/libpng/
pngstruct.h 458 png_bytep read_buffer; /* buffer for reading chunk data */ member in struct:png_struct_def
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 185 static int (*Read_Buffer)(OMX_BUFFERHEADERTYPE *pBufHdr );
591 if((readBytes = Read_Buffer(pBuffer)) > 0) {
2592 unsigned char *read_buffer=NULL; local
    [all...]
  /external/boringssl/src/ssl/
internal.h 1564 SSL3_BUFFER read_buffer; member in struct:ssl3_state_st
    [all...]

Completed in 813 milliseconds

1 2 3 45 6