Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dusb_ffs.cpp123 .iInterface = 1, /* first string from the provided table */
150 .iInterface = 1, /* first string from the provided table */
177 .iInterface = 1, /* first string from the provided table */
/packages/modules/Wifi/service/java/com/android/server/wifi/
DTwtManager.java183 private void notifyFailure(IInterface iInterface, CallbackType type, in notifyFailure() argument
185 if (iInterface == null) { in notifyFailure()
191 ((ITwtStatsListener) iInterface).onResult(getDefaultTwtStats()); in notifyFailure()
193 ((ITwtCallback) iInterface).onFailure(errorCode); in notifyFailure()