OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseChreWifiBand
(Results
1 - 3
of
3
) sorted by null
/system/chre/util/include/chre/util/nanoapp/
wifi.h
60
const char *
parseChreWifiBand
(uint8_t band);
/system/chre/util/nanoapp/
wifi.cc
66
const char *
parseChreWifiBand
(uint8_t band) {
/system/chre/apps/wifi_world/
wifi_world.cc
75
LOGI(" band: %s (%" PRIu8 ")",
parseChreWifiBand
(result.band), result.band);
Completed in 47 milliseconds