Home
last modified time | relevance | path

Searched defs:callbackId (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/direct/
DWifiP2pManagerSnippet.java118 public void wifiP2pInitialize(String callbackId) throws WifiP2pManagerException { in wifiP2pInitialize()
134 public void wifiP2pRequestDeviceInfo(String callbackId) throws WifiP2pManagerException { in wifiP2pRequestDeviceInfo()
150 String callbackId = UUID.randomUUID().toString(); in wifiP2pDiscoverPeers() local
163 String callbackId = UUID.randomUUID().toString(); in wifiP2pCancelConnect() local
176 String callbackId = UUID.randomUUID().toString(); in wifiP2pStopPeerDiscovery() local
187 public void wifiP2pCreateGroup(String callbackId, @RpcOptional JSONObject wifiP2pConfig) in wifiP2pCreateGroup()
208 String callbackId = UUID.randomUUID().toString(); in wifiP2pConnect() local
247 String callbackId = UUID.randomUUID().toString(); in wifiP2pRemoveGroup() local
254 public void wifiP2pRequestPersistentGroupInfo(String callbackId) throws Throwable { in wifiP2pRequestPersistentGroupInfo()
268 String callbackId = UUID.randomUUID().toString(); in wifiP2pDeletePersistentGroup() local
[all …]
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/aware/
DWifiAwareManagerSnippet.java134 public void wifiAwareAttach(String callbackId) { in wifiAwareAttach()
149 public void wifiAwareAttached(String callbackId, boolean identityCb) in wifiAwareAttached()
154 private void attach(String callbackId, boolean identityCb) { in attach()
189 private final String callbackId; field in WifiAwareManagerSnippet.AwareIdentityChangeListenerPostsEvents
191 public AwareIdentityChangeListenerPostsEvents(EventCache eventCache, String callbackId) { in AwareIdentityChangeListenerPostsEvents()
212 public void wifiAwareMonitorStateChange(String callbackId) { in wifiAwareMonitorStateChange()
231 private final String callbackId; field in WifiAwareManagerSnippet.WifiAwareStateChangedReceiver
233 public WifiAwareStateChangedReceiver(EventCache eventCache, String callbackId) { in WifiAwareStateChangedReceiver()
329 private void sendEvent(String callbackId, String methodName) { in sendEvent()
531 String callbackId, String sessionId, SubscribeConfig subscribeConfig in wifiAwareSubscribe()
[all …]
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/
DCallbackQueue.java52 private static int getCallbackInt(int netId, int callbackId) { in getCallbackInt()
73 void accept(int netId, int callbackId); in accept()
90 public boolean hasCallback(int netId, int callbackId) { in hasCallback()
107 public boolean removeCallbacks(int netId, int callbackId) { in removeCallbacks()
115 public void addCallback(int netId, int callbackId) { in addCallback()
121 final int callbackId = getCallbackId(item); in valueToString() local
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DNfcEmulatorDeviceSnippet.java398 public void asyncWaitForRfOnBroadcast(String callbackId, String eventName) { in asyncWaitForRfOnBroadcast()
404 public void asyncWaitsForTagDiscovered(String callbackId, String eventName) { in asyncWaitsForTagDiscovered()
430 public void asyncWaitForPollingFrameOff(String callbackId, String eventName) { in asyncWaitForPollingFrameOff()
438 public void asyncWaitsForSeenCorrectPollingLoop(String callbackId, String eventName) { in asyncWaitsForSeenCorrectPollingLoop()
447 public void asyncWaitForTestPass(String callbackId, String eventName) { in asyncWaitForTestPass()
454 public void asyncWaitForRoleHeld(String callbackId, String eventName) { in asyncWaitForRoleHeld()
461 public void asyncWaitForScreenOff(String callbackId, String eventName) { in asyncWaitForScreenOff()
467 public void asyncWaitForScreenOn(String callbackId, String eventName) { in asyncWaitForScreenOn()
472 public void asyncWaitForObserveModeFalse(String callbackId, String eventName) { in asyncWaitForObserveModeFalse()
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/snippet/
DWifiP2pManagerSnippet.java68 public void p2pInitialize(String callbackId) { in p2pInitialize()
93 public void p2pCreateGroup(String callbackId, @RpcOptional JSONObject wifiP2pConfig) in p2pCreateGroup()
109 public void p2pConnect(String callbackId, JSONObject wifiP2pConfig) in p2pConnect()
121 public final String callbackId; field in WifiP2pManagerSnippet.WifiP2pStateChangedReceiver
123 private WifiP2pStateChangedReceiver(String callbackId, IntentFilter mIntentFilter) { in WifiP2pStateChangedReceiver()
198 WifiP2pActionListener(String callbackId) { in WifiP2pActionListener()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DQosCallbackTracker.java156 public void addFilter(final int callbackId, final IFilter filter) { in addFilter()
178 public void removeFilter(final int callbackId) { in removeFilter()
409 private void sendSessionAvailable(final int callbackId, @NonNull final QosBearerSession session, in sendSessionAvailable()
450 private void sendSessionLost(int callbackId, @NonNull QosBearerSession session) { in sendSessionLost()
457 private void notifyMetricDedicatedBearerListenerAdded(final int callbackId, in notifyMetricDedicatedBearerListenerAdded()
467 final int callbackId, @NonNull final QosBearerSession session) { in notifyMetricDedicatedBearerListenerBearerUpdateSession()
472 private void notifyMetricDedicatedBearerListenerRemoved(final int callbackId) { in notifyMetricDedicatedBearerListenerRemoved()
/aosp_15_r20/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/
H A DSmsSnippet.java81 String callbackId = SMS_CALLBACK_ID_PREFIX + (++mCallbackCounter); in sendSms() local
143 public void asyncWaitForSms(String callbackId) { in asyncWaitForSms()
151 String callbackId = SMS_CALLBACK_ID_PREFIX + (++mCallbackCounter); in waitForSms() local
167 public OutboundSmsReceiver(Context context, String callbackId) { in OutboundSmsReceiver()
221 public SmsReceiver(Context context, String callbackId) { in SmsReceiver()
H A DBluetoothLeAdvertiserSnippet.java124 String callbackId, in bleStartAdvertising()
154 public void bleStopAdvertising(String callbackId) throws BluetoothLeAdvertiserSnippetException { in bleStopAdvertising()
178 public DefaultAdvertiseCallback(String callbackId) { in DefaultAdvertiseCallback()
H A DBluetoothLeScannerSnippet.java94 String callbackId, in bleStartScan()
126 public void bleStopScan(String callbackId) throws BluetoothLeScanSnippetException { in bleStopScan()
145 public DefaultScanCallback(String callbackId) { in DefaultScanCallback()
/aosp_15_r20/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
H A DBluetoothGattServerSnippet.java73 public void bleStartServer(String callbackId, JSONArray services) in bleStartServer()
83 public void bleStartServerWithWorkaround(String callbackId, JSONArray services) in bleStartServerWithWorkaround()
120 private final String callbackId; field in BluetoothGattServerSnippet.DefaultBluetoothGattServerCallback
122 DefaultBluetoothGattServerCallback(String callbackId) { in DefaultBluetoothGattServerCallback()
H A DBluetoothGattClientSnippet.java73 public void bleConnectGatt(String callbackId, String deviceAddress) throws JSONException { in bleConnectGatt()
137 private final String callbackId; field in BluetoothGattClientSnippet.DefaultBluetoothGattCallback
139 DefaultBluetoothGattCallback(String callbackId) { in DefaultBluetoothGattCallback()
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DImeOnBackInvokedDispatcher.java157 final int callbackId = resultData.getInt(RESULT_KEY_ID); in receive() local
163 final int callbackId = resultData.getInt(RESULT_KEY_ID); in receive() local
171 int callbackId, in registerReceivedCallback()
189 int callbackId, OnBackInvokedDispatcher receivingDispatcher) { in unregisterReceivedCallback()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/src/
H A DRecurrentTimer.cpp73 int callbackId = getCallbackIdLocked(callback); in registerTimerCallback() local
102 int callbackId = getCallbackIdLocked(callback); in unregisterTimerCallback() local
120 int callbackId = message.what; in handleMessage() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/src/
H A DRecurrentTimer.cpp73 int callbackId = getCallbackIdLocked(callback); in registerTimerCallback() local
102 int callbackId = getCallbackIdLocked(callback); in unregisterTimerCallback() local
120 int callbackId = message.what; in handleMessage() local
/aosp_15_r20/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp426 CallbackId callbackId(getNextIdLocked(), callbackType); in addCallbackFunction() local
437 void TransactionCompletedListener::setReleaseBufferCallback(const ReleaseCallbackId& callbackId, in setReleaseBufferCallback()
467 for (auto callbackId : callbackIds) { in addSurfaceControlToCallbacks() local
493 for (auto& callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
500 for (auto callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
530 for (auto callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
587 for (auto callbackId : transactionStats.callbackIds) { in onTransactionCompleted() local
637 void TransactionCompletedListener::onReleaseBuffer(ReleaseCallbackId callbackId, in onReleaseBuffer()
658 const ReleaseCallbackId& callbackId) { in popReleaseBufferCallbackLocked()
670 const ReleaseCallbackId& callbackId) { in removeReleaseBufferCallback()
[all …]
H A DITransactionCompletedListener.cpp280 void onReleaseBuffer(ReleaseCallbackId callbackId, sp<Fence> releaseFence, in onReleaseBuffer()
330 for (const auto& callbackId : callbackIds) { in filter() local
/aosp_15_r20/external/mobly-snippet-lib/examples/ex3_async_event/src/main/java/com/google/android/mobly/snippet/example3/
H A DExampleAsyncSnippet.java40 public AsyncTask(String callbackId, int secreteNumber) { in AsyncTask()
91 public void tryEvent(String callbackId, int secretNumber) throws InterruptedException { in tryEvent()
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/event/
H A DEventSnippet.java46 String callbackId, String eventName, @Nullable Integer timeout) in eventWaitAndGet()
67 public List<JSONObject> eventGetAll(String callbackId, String eventName) in eventGetAll()
/aosp_15_r20/external/mobly-snippet-lib/examples/ex5_schedule_rpc/src/main/java/com/google/android/mobly/snippet/example5/
H A DExampleScheduleRpcSnippet.java46 public AsyncTask(String callbackId, String message) { in AsyncTask()
96 public void asyncMakeToast(String callbackId, String message) in asyncMakeToast()
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/util/
H A DRpcUtil.java64 final String callbackId, in scheduleRpc()
114 public JSONObject invokeRpc(String methodName, JSONArray params, int id, String callbackId) in invokeRpc()
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl43 …void sendEpsQosSessionAvailable(int callbackId, in QosSession session, in EpsBearerQosSessionAttri… in sendEpsQosSessionAvailable()
44 …void sendNrQosSessionAvailable(int callbackId, in QosSession session, in NrQosSessionAttributes at… in sendNrQosSessionAvailable()
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py2378 def wait_for_expected_number_of_softap_clients(ad, callbackId, argument
2416 def wait_for_expected_softap_state(ad, callbackId, expected_softap_state): argument
2431 def get_current_number_of_softap_clients(ad, callbackId): argument
2451 def get_current_softap_info(ad, callbackId, need_to_wait): argument
2483 def get_current_softap_infos(ad, callbackId, need_to_wait): argument
2518 def get_current_softap_capability(ad, callbackId, need_to_wait): argument
/aosp_15_r20/packages/modules/Uwb/ranging/tests/multidevices/snippet/
DRangingSnippet.java105 RangingSessionCallback(String callbackId) { in RangingSessionCallback()
184 String callbackId, String sessionHandle, RangingPreference preference in startRanging()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestableNetworkAgent.kt95 val callbackId: Int, constant in CallbackEntry.OnRegisterQosCallback
98 data class OnUnregisterQosCallback(val callbackId: Int) : CallbackEntry() constant in CallbackEntry.OnUnregisterQosCallback
/aosp_15_r20/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java416 public void registerUwbAdapterStateCallback(String callbackId, String key) throws Throwable { in registerUwbAdapterStateCallback()
767 public void openFiraRangingSession(String callbackId, String key, JSONObject config) in openFiraRangingSession()
780 public void openCccRangingSession(String callbackId, String key, JSONObject config) in openCccRangingSession()

123456