Searched refs:aoapHandler (Results 1 – 1 of 1) sorted by relevance
253 UsbDeviceSettings aoapHandler = getSingleAoapDeviceHandlerOrNull(handlers); in onHandlersResolveCompleted() local254 if (aoapHandler != null) { in onHandlersResolveCompleted()255 applyDeviceSettings(aoapHandler); in onHandlersResolveCompleted()267 UsbDeviceSettings aoapHandler = null; in getSingleAoapDeviceHandlerOrNull() local270 if (aoapHandler != null) { // Found multiple AOAP handlers. in getSingleAoapDeviceHandlerOrNull()273 aoapHandler = handler; in getSingleAoapDeviceHandlerOrNull()276 return aoapHandler; in getSingleAoapDeviceHandlerOrNull()