Home
last modified time | relevance | path

Searched refs:mCurrentUsbFunctionsApplied (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/usb/
DMonitorFfs.cpp35 mCurrentUsbFunctionsApplied(false), in MonitorFfs()
135 monitorFfs->mCurrentUsbFunctionsApplied = true; in startMonitorFd()
136 monitorFfs->mCallback(monitorFfs->mCurrentUsbFunctionsApplied, monitorFfs->mPayload); in startMonitorFd()
189 monitorFfs->mCurrentUsbFunctionsApplied = true; in startMonitorFd()
190 monitorFfs->mCallback(monitorFfs->mCurrentUsbFunctionsApplied, in startMonitorFd()
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h119 bool mCurrentUsbFunctionsApplied; variable