Searched defs:search (Results 1 - 22 of 22) sorted by last modified time

/frameworks/support/media/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java161 void onPlayFromSearch(String search, Bundle extras); argument
204 public void onPlayFromSearch(String search, Bundle extras) { argument
205 mCallback.onPlayFromSearch(search, extras);
/frameworks/support/media/src/main/java/android/support/v4/media/
H A DMediaBrowserCompat.java395 * @param query The search query that contains keywords separated by space. Should not be an
398 * The contents of this bundle may affect the search result.
399 * @param callback The callback to receive the search result. Must be non-null.
402 public void search(@NonNull final String query, final Bundle extras, method in class:MediaBrowserCompat
410 mImpl.search(query, extras, callback);
893 * Callback for receiving the result of {@link #search}.
897 * Called when the {@link #search} finished successfully.
899 * @param query The search query sent for the search request to the connected service.
901 * @param items The list of media items which contains the search resul
967 void search(@NonNull String query, Bundle extras, @NonNull SearchCallback callback); method in interface:MediaBrowserCompat.MediaBrowserImpl
1276 public void search(@NonNull final String query, final Bundle extras, method in class:MediaBrowserCompat.MediaBrowserImplBase
1811 public void search(@NonNull final String query, final Bundle extras, method in class:MediaBrowserCompat.MediaBrowserImplApi21
2202 void search(String query, Bundle extras, ResultReceiver receiver, method in class:MediaBrowserCompat.ServiceBinderWrapper
[all...]
/frameworks/support/media/src/main/java/android/support/v4/media/session/
H A DMediaSessionCompat.java319 * Argument for use with {@link #ACTION_PREPARE_FROM_SEARCH} indicating search query.
1055 * Override to handle requests to prepare playback from a search query. An
1086 * Override to handle requests to begin playback from a search query. An
1353 public void onPlayFromSearch(String search, Bundle extras) { argument
1354 Callback.this.onPlayFromSearch(search, extras);
/frameworks/support/media/src/main/java/androidx/media/
H A DMediaBrowser2.java135 * Called when there's change in the search result requested by the previous
136 * {@link MediaBrowser2#search(String, Bundle)}.
139 * @param query search query that you've specified with {@link #search(String, Bundle)}
140 * @param itemCount The item count for the search result
147 * Called when the search result has been returned by the library service for the previous
153 * @param query search query that you've specified with
347 * Send a search request to the library service. When the search result is changed,
350 * search resul
355 public void search(@NonNull String query, @Nullable Bundle extras) { method in class:MediaBrowser2
[all...]
H A DMediaBrowserServiceCompat.java143 * A key for passing the list of MediaItems to the ResultReceiver in search.
610 mServiceBinderImpl.search(data.getString(DATA_SEARCH_QUERY),
996 public void search(final String query, final Bundle extras, final ResultReceiver receiver, method in class:MediaBrowserServiceCompat.ServiceBinderImpl
1009 Log.w(TAG, "search for callback that isn't registered query=" + query);
1248 * Called to get the search result.
1250 * Implementations must call {@link Result#sendResult result.sendResult}. If the search will be
1253 * search has been completed.
1255 * In case there are no search results, call {@link Result#sendResult result.sendResult} with an
1263 * @param query The search query sent from the media browser. It contains keywords separated
1266 * @param result The {@link Result} to send the search resul
[all...]
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1058 auto search = trackers.find(uid); local
1059 if (search != trackers.end()) {
1060 search->second->addDataPath(p->fts_path);
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h169 auto search = surface_attributes.find(key); local
170 if (search != surface_attributes.end())
171 return pdx::rpc::IfAnyOf<Types...>::Get(&search->second, out_value);
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp507 auto search = channels_.find(channel_id); local
508 if (search != channels_.end())
509 return search->second;
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp357 auto search = channels_.find(channel_id); local
358 if (search != channels_.end()) {
359 auto& channel_data = search->second;
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp107 auto search = attributes_.find(key); local
108 if (search != attributes_.end())
109 attributes_.erase(search);
196 auto search = consumer_queues_.find(queue_id); local
197 if (search != consumer_queues_.end())
198 return search->second;
260 auto search = consumer_queues_.find(consumer_queue->id()); local
261 if (search != consumer_queues_.end()) {
262 consumer_queues_.erase(search);
454 auto search local
[all...]
H A Dhardware_composer.cpp1027 auto search = local
1029 const bool found = search != layers_.end() &&
1030 search->GetSurfaceId() == surface->surface_id();
1033 search->SetBlending(blending);
1034 search->SetZOrder(layer_index); // Relative z-order.
1038 layers.push_back(std::move(*search));
1039 layers_.erase(search);
1388 auto search = cached_buffer_map_.find(slot); local
1389 if (search != cached_buffer_map_.end() && search
[all...]
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp367 // first, we search for the exact name of the GLES userspace
398 const std::string& pattern, const char* const search, bool exact) {
400 std::string absolutePath = std::string(search) + "/" + pattern + ".so";
408 DIR* d = opendir(search);
421 result = std::string(search) + "/" + e->d_name;
397 find(std::string& result, const std::string& pattern, const char* const search, bool exact) argument
/frameworks/native/services/vr/performanced/
H A Dcpu_set.cpp92 auto search = path_map_.find(path); local
93 if (search != path_map_.end())
94 return search->second;
H A Dperformance_service.cpp240 auto search = scheduler_policies_.find(scheduler_policy); local
241 if (search != scheduler_policies_.end()) {
242 auto config = search->second;
332 auto search = scheduler_policies_.find(scheduler_class);
333 if (search != scheduler_policies_.end()) {
334 auto config = search->second;
/frameworks/ml/nn/tools/test_generator/
H A Dtest_generator.py65 def search(self, i): member in class:Phase
595 ty = Operand.operands.search(key_id).type.get_element_type()
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java17 package com.android.server.search;
56 * The search manager service handles the search UI, and maintains a registry of
223 * @param launchActivity The activity from which we're launching this search.
224 * @return Returns a SearchableInfo record describing the parameters of the search,
237 * Returns a list of the searchable activities that can be included in global search.
250 * Gets the name of the global search activity.
258 * Gets the name of the web search activity.
H A DSearchables.java17 package com.android.server.search;
68 // Contains all installed activities that handle the global search
100 * <li>The activity itself implements search. This is indicated by the
102 * The value is a reference to an XML file containing search information.</li>
103 * <li>A related activity implements search. This is indicated by the
105 * The value is a string naming the activity implementing search. In this
108 * code will insert the "default" (e.g. contacts) search.
209 * refill as the user clicks "search".
274 // Find the global search activity
278 // Find the web search activit
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
H A DSearchablesTest.java17 package com.android.server.search;
33 import com.android.server.search.Searchables;
/frameworks/base/media/java/android/media/
H A DMediaBrowser2.java105 * Called when there's change in the search result requested by the previous
106 * {@link MediaBrowser2#search(String, Bundle)}.
109 * @param query search query that you've specified with {@link #search(String, Bundle)}
110 * @param itemCount The item count for the search result
117 * Called when the search result has been returned by the library service for the previous
123 * @param query search query that you've specified with
212 * Send a search request to the library service. When the search result is changed,
215 * search resul
220 public void search(@NonNull String query, @Nullable Bundle extras) { method in class:MediaBrowser2
[all...]
/frameworks/base/core/java/android/provider/
H A DBrowser.java391 * Add a search string to the searches database.
394 * @param search The string to add to the searches database.
397 public static final void addSearchUrl(ContentResolver cr, String search) { argument
401 * Remove all searches from the search database.
492 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
503 * The user entered search term.
505 public static final String SEARCH = "search";
508 * The date the search was performed, in milliseconds since the epoch.
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DMediaSession2Stub.java827 public void search(IMediaController2 caller, String query, Bundle extras) { method in class:MediaSession2Stub
830 Log.w(TAG, "search(): Ignoring empty query from " + controller);

Completed in 369 milliseconds