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

  /external/bluetooth/bluez/audio/
control.c 112 struct avctp_header { struct
132 struct avctp_header { struct
499 struct avctp_header *avctp;
514 if ((unsigned int) ret < sizeof(struct avctp_header)) {
521 avctp = (struct avctp_header *) buf;
528 ret -= sizeof(struct avctp_header);
534 avrcp = (struct avrcp_header *) (buf + sizeof(struct avctp_header));
538 operands = buf + sizeof(struct avctp_header) + sizeof(struct avrcp_header);
997 struct avctp_header *avctp = (void *) buf;
  /external/bluetooth/bluez/test/
avtest.c 106 struct avctp_header { struct
149 struct avctp_header { struct
182 static void dump_avctp_header(struct avctp_header *hdr)
420 struct avctp_header *hdr = (void *) buf;
693 struct avctp_header *hdr = (void *) buf;

Completed in 47 milliseconds