Searched refs:aoapHandler (Results 1 – 1 of 1) sorted by relevance
231 UsbDeviceSettings aoapHandler = getSingleAoapDeviceHandlerOrNull(handlers); in onHandlersResolveCompleted() local232 if (aoapHandler != null) { in onHandlersResolveCompleted()233 applyDeviceSettings(aoapHandler); in onHandlersResolveCompleted()245 UsbDeviceSettings aoapHandler = null; in getSingleAoapDeviceHandlerOrNull() local248 if (aoapHandler != null) { // Found multiple AOAP handlers. in getSingleAoapDeviceHandlerOrNull()251 aoapHandler = handler; in getSingleAoapDeviceHandlerOrNull()254 return aoapHandler; in getSingleAoapDeviceHandlerOrNull()