Searched defs:clientToken (Results 1 – 3 of 3) sorted by relevance
/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/ |
D | IMdnsOffloadManager.aidl | 45 String networkInterface, in OffloadServiceInfo offloadData, IBinder clientToken); in addProtocolResponses() 53 void removeProtocolResponses(int recordKey, IBinder clientToken); in removeProtocolResponses() 62 void addToPassthroughList(String networkInterface, String qname, IBinder clientToken); in addToPassthroughList() 70 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList()
|
/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 | 37 …e.google.atv.mdns_offload.IMdnsOffloadManager.OffloadServiceInfo offloadData, IBinder clientToken); in addProtocolResponses() 38 void removeProtocolResponses(int recordKey, IBinder clientToken); in removeProtocolResponses() 39 void addToPassthroughList(String networkInterface, String qname, IBinder clientToken); in addToPassthroughList() 40 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList()
|
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | OffloadIntentStore.java | 65 IBinder clientToken, in registerOffloadIntent() 96 OffloadIntent getAndRemoveOffloadIntent(int recordKey, IBinder clientToken) { in getAndRemoveOffloadIntent() 128 IBinder clientToken, in registerPassthroughIntent() 157 boolean removePassthroughIntent(String qname, IBinder clientToken) { in removePassthroughIntent() 222 IBinder clientToken, in OffloadIntent() 262 IBinder clientToken, in PassthroughIntent()
|