OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mode2str
(Results
1 - 5
of
5
) sorted by null
/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));
/system/core/toolbox/
ls.c
46
static void
mode2str
(unsigned mode, char *out)
function
182
mode2str
(s.st_mode, 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 874 milliseconds