Home
last modified time | relevance | path

Searched defs:recordKey (Results 1 – 9 of 9) sorted by relevance

/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DMdnsOffloadManagerTest.java287 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenOffloadingRecord_propagatesToVendorService() local
357 int recordKey = mOffloadManagerBinder.addProtocolResponses( in removingRecordHoldingInvalidClientBinder_doesNothing() local
562 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenVendorServiceBindsLate_offloadsData() local
631 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenInteractiveMode_disablesOffloadAndRetrievesMetrics() local
660 int recordKey = mOffloadManagerBinder.addProtocolResponses( in whenNetworkNotAvailable_noOffloadOrPassthrough() local
DFakeMdnsOffloadService.java93 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/
DMdnsOffloadCmdService.java106 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/device/google/atv/mdns_offload/
DIMdnsOffload.aidl126 void removeProtocolResponses(int recordKey); in removeProtocolResponses()
133 int getAndResetHitCounter(int recordKey); in getAndResetHitCounter()
DIMdnsOffloadManager.aidl53 void removeProtocolResponses(int recordKey, 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/
DIMdnsOffload.aidl25 void removeProtocolResponses(int recordKey); in removeProtocolResponses()
26 int getAndResetHitCounter(int recordKey); in getAndResetHitCounter()
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadIntentStore.java67 int recordKey = mNextKey.getAndIncrement(); in registerOffloadIntent() local
96 OffloadIntent getAndRemoveOffloadIntent(int recordKey, IBinder clientToken) { in getAndRemoveOffloadIntent()
220 int recordKey, in OffloadIntent()
DPriorityListManager.java44 int getPriority(IMdnsOffload.MdnsProtocolData protocolData, int recordKey) { in getPriority()
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload_manager-aidl/current/device/google/atv/mdns_offload/
DIMdnsOffloadManager.aidl38 void removeProtocolResponses(int recordKey, IBinder clientToken); in removeProtocolResponses()