Searched defs:recordKey (Results 1 – 11 of 11) sorted by relevance
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | NsdManagerOffloadEngine.java | 65 int recordKey = mOffloadManager in onOffloadServiceUpdated() local 68 mRecordKeys.put(info.getKey(), recordKey); in onOffloadServiceUpdated() local 74 Integer recordKey = mRecordKeys.remove(info.getKey()); in onOffloadServiceRemoved() local
|
D | PriorityListManager.java | 44 int getPriority(IMdnsOffload.MdnsProtocolData protocolData, int recordKey) { in getPriority()
|
D | OffloadIntentStore.java | 69 int recordKey = mNextKey.getAndIncrement(); in registerOffloadIntent() local 98 OffloadIntent getAndRemoveOffloadIntent(int recordKey, IBinder clientToken) { in getAndRemoveOffloadIntent() 222 int recordKey, in OffloadIntent()
|
D | MdnsOffloadManagerService.java | 414 void removeProtocolResponses(int recordKey, @NonNull IBinder clientToken) { in removeProtocolResponses()
|
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload-aidl/current/device/google/atv/mdns_offload/ |
D | IMdnsOffload.aidl | 25 void removeProtocolResponses(int recordKey); in removeProtocolResponses() 26 int getAndResetHitCounter(int recordKey); in getAndResetHitCounter()
|
/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/ |
D | IMdnsOffload.aidl | 126 void removeProtocolResponses(int recordKey); in removeProtocolResponses() 133 int getAndResetHitCounter(int recordKey); in getAndResetHitCounter()
|
D | IMdnsOffloadManager.aidl | 53 void removeProtocolResponses(int recordKey, IBinder clientToken); in removeProtocolResponses()
|
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerTest.java | 338 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenOffloadingRecord_propagatesToVendorService() local 408 int recordKey = mOffloadManagerBinder.addProtocolResponses( in removingRecordHoldingInvalidClientBinder_doesNothing() local 613 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenVendorServiceBindsLate_offloadsData() local 682 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenInteractiveMode_disablesOffloadAndRetrievesMetrics() local 711 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenNetworkNotAvailable_noOffloadOrPassthrough() local
|
D | FakeMdnsOffloadService.java | 93 public void removeProtocolResponses(int recordKey) throws RemoteException { in removeProtocolResponses() 106 public int getAndResetHitCounter(int recordKey) throws RemoteException { in getAndResetHitCounter()
|
/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/ |
D | MdnsOffloadCmdService.java | 106 int recordKey = mMdnsOffloadManagerService.addProtocolResponses(iface, info, mBinder); in registerProtocolResponse() local 126 private void removeProtocolResponse(int recordKey) { in removeProtocolResponse() 177 int recordKey = intent.getIntExtra("recordKey", -1); in onReceive() local
|
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload_manager-aidl/current/device/google/atv/mdns_offload/ |
D | IMdnsOffloadManager.aidl | 38 void removeProtocolResponses(int recordKey, IBinder clientToken); in removeProtocolResponses()
|