Home
last modified time | relevance | path

Searched refs:onNanoAppAborted (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DIContextHubClientCallback.aidl36 void onNanoAppAborted(long nanoAppId, int abortCode); in onNanoAppAborted() method
H A DContextHubClientCallback.java67 public void onNanoAppAborted(ContextHubClient client, long nanoAppId, int abortCode) {} in onNanoAppAborted() method in ContextHubClientCallback
H A DContextHubManager.java779 public void onNanoAppAborted(long nanoAppId, int abortCode) {
780 executor.execute(() -> callback.onNanoAppAborted(client, nanoAppId, abortCode));
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubClientManager.java317 /* package */ void onNanoAppAborted(int contextHubId, long nanoAppId, int abortCode) { in onNanoAppAborted() method in ContextHubClientManager
318 forEachClientOfHub(contextHubId, client -> client.onNanoAppAborted(nanoAppId, abortCode)); in onNanoAppAborted()
H A DContextHubClientBroker.java563 /* package */ void onNanoAppAborted(long nanoAppId, int abortCode) { in onNanoAppAborted() method in ContextHubClientBroker
564 invokeCallback(callback -> callback.onNanoAppAborted(nanoAppId, abortCode)); in onNanoAppAborted()
H A DContextHubService.java337 public void onNanoAppAborted(long nanoAppId, int abortCode) { in createDefaultClientCallback() method in ContextHubService
717 mClientManager.onNanoAppAborted(contextHubId, nanoAppId, abortCode);
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt3679 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24233 Landroid/hardware/location/IContextHubClientCallback$Stub$Proxy;->onNanoAppAborted(JI)V
24250 Landroid/hardware/location/IContextHubClientCallback;->onNanoAppAborted(JI)V