Searched defs:subscribe (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/media-compat/api26/android/support/v4/media/
H A DMediaBrowserCompatApi26.java32 public static void subscribe(Object browserObj, String parentId, Bundle options, method in class:MediaBrowserCompatApi26
34 ((MediaBrowser) browserObj).subscribe(parentId, options,
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DWifiAwareSession.java146 * Issue a request to the Aware service to create a new Aware subscribe discovery session, using
147 * the specified {@code subscribeConfig} configuration. The results of the subscribe
153 * is called when the subscribe session is created and provides a handle to the session.
154 * Further operations on the subscribe session can be executed on that object.
156 * subscribe operation failed.
159 * Other results of the subscribe session operations will also be routed to callbacks
160 * on the {@code callback} object. The resulting subscribe session can be modified using
164 * terminate the subscribe discovery session once it isn't needed. This will free
167 * permission to start a subscribe discovery session.
170 * configuration of the requested subscribe sessio
176 public void subscribe(@NonNull SubscribeConfig subscribeConfig, method in class:WifiAwareSession
[all...]
H A DWifiAwareManager.java59 * <li>Create discovery sessions (publish or subscribe sessions). Refer to
61 * {@link WifiAwareSession#subscribe(SubscribeConfig, DiscoverySessionCallback, Handler)}.
92 * {@link WifiAwareSession#subscribe(SubscribeConfig, DiscoverySessionCallback,
93 * Handler)} to create publish or subscribe Aware discovery sessions. Events are called on the
335 public void subscribe(int clientId, Looper looper, SubscribeConfig subscribeConfig, method in class:WifiAwareManager
340 "subscribe(): clientId=" + clientId + ", config=" + subscribeConfig);
345 mService.subscribe(clientId, subscribeConfig,
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaBrowserCompatApi21.java76 public static void subscribe( method in class:MediaBrowserCompatApi21
78 ((MediaBrowser)browserObj).subscribe(parentId,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareServiceImpl.java278 public void subscribe(int clientId, SubscribeConfig subscribeConfig, method in class:WifiAwareServiceImpl
295 Log.v(TAG, "subscribe: uid=" + uid + ", clientId=" + clientId + ", config="
299 mStateManager.subscribe(clientId, subscribeConfig, callback);
H A DWifiAwareNativeApi.java461 * subscribe session.
464 public boolean subscribe(short transactionId, byte subscribeId, method in class:WifiAwareNativeApi
467 Log.d(TAG, "subscribe: transactionId=" + transactionId + ", subscribeId=" + subscribeId
473 Log.e(TAG, "subscribe: null interface");
507 Log.e(TAG, "subscribe: error: " + statusString(status));
511 Log.e(TAG, "subscribe: exception: " + e);
521 * @param pubSubId ID of the existing publish/subscribe session.
576 * @param pubSubId ID of the publish/subscribe session - obtained when
605 * Terminate a subscribe discovery session.
609 * @param pubSubId ID of the publish/subscribe sessio
[all...]
H A DWifiAwareStateManager.java512 * Place a request to start a new subscribe discovery session on the state
515 public void subscribe(int clientId, SubscribeConfig subscribeConfig, method in class:WifiAwareStateManager
526 * Place a request to modify an existing subscribe discovery session on the
936 * or subscribe) has terminated (per plan or due to an error).
2206 boolean success = mWifiAwareNativeApi.subscribe(transactionId, (byte) 0, subscribeConfig);
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java61 * {@link #subscribe(String, Bundle, SubscriptionCallback)},
75 * Used as an int extra field to denote the page number to subscribe.
347 * restored after the reconnection. It is ok to subscribe while not connected
360 public void subscribe(@NonNull String parentId, @NonNull SubscriptionCallback callback) { method in class:MediaBrowser
370 * restored after the reconnection. It is ok to subscribe while not connected
386 public void subscribe(@NonNull String parentId, @NonNull Bundle options, method in class:MediaBrowser
417 * @param callback A callback sent to the media browser service to subscribe.
605 // we may receive some subscriptions before we are connected, so re-subscribe
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java106 * Used as an int extra field to denote the page number to subscribe.
272 * restored after the reconnection. It is ok to subscribe while not connected
285 public void subscribe(@NonNull String parentId, @NonNull SubscriptionCallback callback) { method in class:MediaBrowserCompat
293 mImpl.subscribe(parentId, null, callback);
302 * restored after the reconnection. It is ok to subscribe while not connected
318 public void subscribe(@NonNull String parentId, @NonNull Bundle options, method in class:MediaBrowserCompat
330 mImpl.subscribe(parentId, options, callback);
360 * @param callback A callback sent to the media browse service to subscribe.
945 void subscribe(@NonNull String parentId, @Nullable Bundle options, method in interface:MediaBrowserCompat.MediaBrowserImpl
1158 public void subscribe( method in class:MediaBrowserCompat.MediaBrowserImplBase
1653 public void subscribe(@NonNull final String parentId, final Bundle options, method in class:MediaBrowserCompat.MediaBrowserImplApi21
1959 public void subscribe(@NonNull String parentId, @Nullable Bundle options, method in class:MediaBrowserCompat.MediaBrowserImplApi26
[all...]

Completed in 534 milliseconds