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

  /system/core/toolbox/
ls.c 51 static void mode2str(unsigned mode, char *out) function
187 mode2str(s.st_mode, mode);
272 mode2str(s.st_mode, mode);
  /external/bluetooth/bluez/sbc/
sbcinfo.c 137 static char *mode2str(uint8_t mode) function
283 printf("Channel mode\t\t%s\n", mode2str(hdr.channel_mode));
  /external/bluetooth/hcidump/parser/
l2cap.c 300 static char *mode2str(uint8_t mode) function
447 printf("RFC 0x%02x (%s", mode, mode2str(mode));
hci.c 587 static char *mode2str(uint8_t mode) function
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 341 static const char *mode2str(uint8_t mode) function
536 modestr = mode2str(new_mode);
769 DBG("Switching to '%s' mode", mode2str(mode));
    [all...]

Completed in 209 milliseconds