OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUsbConfig
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/install/
adb_install.cpp
57
static bool
SetUsbConfig
(const std::string& state) {
308
// We need to call
SetUsbConfig
() after forking minadbd service. Because the function waits for
310
if (!
SetUsbConfig
("sideload")) {
338
if (usb_state != "none" && !
SetUsbConfig
("none")) {
379
if (!
SetUsbConfig
("none")) {
384
if (!
SetUsbConfig
(usb_state)) {
/bootable/recovery/
recovery_main.cpp
184
static bool
SetUsbConfig
(const std::string& state) {
454
if (!
SetUsbConfig
("none")) {
457
if (!
SetUsbConfig
(usb_config)) {
Completed in 315 milliseconds