Searched refs:kFormat (Results 1 - 3 of 3) sorted by relevance

/system/chre/util/nanoapp/
H A Dwifi.cc53 const char *kFormat = "%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 local
59 snprintf(buffer, bufferLen, kFormat, bssid[0], bssid[1], bssid[2],
/system/chre/apps/wifi_offload/
H A Dutility.cc55 const char *kFormat = "%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 local
57 std::snprintf(bssid_str, bssid_str_len, kFormat, bssid[0], bssid[1], bssid[2],
/system/netd/server/
H A DWakeupController.cpp101 const char kFormat[] = local
105 kFormat, action.c_str(), WakeupController::LOCAL_MANGLE_INPUT, ifName.c_str(),

Completed in 95 milliseconds