HomeSort by relevance Sort by last modified time
    Searched refs:write_packet (Results 1 - 5 of 5) sorted by null

  /system/bt/hci/test/
hci_hal_h4_test.cpp 195 static void write_packet(int fd, char first_byte, char *data) {
229 write_packet(sockfd[1], DATA_TYPE_ACL, acl_data);
230 write_packet(sockfd[1], HCI_BLE_EVENT, corrupted_data);
231 write_packet(sockfd[1], DATA_TYPE_SCO, sco_data);
232 write_packet(sockfd[1], DATA_TYPE_EVENT, event_data);
hci_hal_mct_test.cpp 198 static void write_packet(int fd, char *data) {
225 write_packet(acl_in_sockfd[1], acl_data);
228 write_packet(event_sockfd[1], event_data);
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avio.h 92 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size); member in struct:AVIOContext
179 * @param write_packet A function for writing the buffer contents, may be NULL.
191 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
avformat.h 362 #define AVFMT_ALLOW_FLUSH 0x10000 /**< Format allows flushing. If not set, the muxer will not receive a NULL packet in the write_packet function. */
438 int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); member in struct:AVOutputFormat
    [all...]
  /system/core/adb/
transport.cpp 114 write_packet(int fd, const char* name, apacket** ppacket) function
130 D("%s: write_packet (fd=%d) error ret=%d: %s", name, fd, r, strerror(errno));
176 if(write_packet(t->transport_socket, t->serial, &p)){
207 if(write_packet(t->fd, t->serial, &p)) {
220 if(write_packet(t->fd, t->serial, &p)){
238 if(write_packet(t->fd, t->serial, &p)) {

Completed in 148 milliseconds