Searched defs:search (Results 1 - 18 of 18) sorted by relevance

/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp145 auto search = scheduler_classes_.find(scheduler_class); local
146 if (search != scheduler_classes_.end()) {
147 auto config = search->second;
H A Dcpu_set.cpp89 auto search = path_map_.find(path); local
90 if (search != path_map_.end())
91 return search->second;
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java17 package com.android.server.search;
57 * The search manager service handles the search UI, and maintains a registry of
224 * @param launchActivity The activity from which we're launching this search.
225 * @return Returns a SearchableInfo record describing the parameters of the search,
238 * Returns a list of the searchable activities that can be included in global search.
251 * Gets the name of the global search activity.
259 * Gets the name of the web search activity.
H A DSearchables.java17 package com.android.server.search;
64 // Contains all installed activities that handle the global search
96 * <li>The activity itself implements search. This is indicated by the
98 * The value is a reference to an XML file containing search information.</li>
99 * <li>A related activity implements search. This is indicated by the
101 * The value is a string naming the activity implementing search. In this
104 * code will insert the "default" (e.g. contacts) search.
189 * refill as the user clicks "search".
254 // Find the global search activity
258 // 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/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp187 auto search = consumer_queues_.find(queue_id); local
188 if (search != consumer_queues_.end())
189 return search->second;
249 auto search = consumer_queues_.find(consumer_queue->id()); local
250 if (search != consumer_queues_.end()) {
251 consumer_queues_.erase(search);
423 auto search = attributes.find(display::SurfaceAttribute::Direct); local
424 if (search != attributes.end()) {
425 if (!IfAnyOf<int32_t, int64_t, bool, float>::Get(&search->second,
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp357 // first, we search for the exact name of the GLES userspace
388 const std::string& pattern, const char* const search, bool exact) {
390 std::string absolutePath = std::string(search) + "/" + pattern;
398 DIR* d = opendir(search);
412 result = std::string(search) + "/" + e->d_name;
387 find(std::string& result, const std::string& pattern, const char* const search, bool exact) argument
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.cpp412 auto search = named_buffers_.find(name); local
413 if (search == named_buffers_.end()) {
423 auto search = named_buffers_.find(name); local
424 if (search != named_buffers_.end())
425 return search->second;
/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/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h167 auto search = surface_attributes.find(key); local
168 if (search != surface_attributes.end())
169 return pdx::rpc::IfAnyOf<Types...>::Get(&search->second, out_value);
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java160 void onPlayFromSearch(String search, Bundle extras); argument
202 public void onPlayFromSearch(String search, Bundle extras) { argument
203 mCallback.onPlayFromSearch(search, extras);
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp510 auto search = channels_.find(channel_id); local
511 if (search != channels_.end())
512 return search->second;
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp355 auto search = channels_.find(channel_id); local
356 if (search != channels_.end()) {
357 auto& channel_data = search->second;
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java137 * A key for passing the list of MediaItems to the ResultReceiver in search.
514 mServiceBinderImpl.search(data.getString(DATA_SEARCH_QUERY),
871 public void search(final String query, final Bundle extras, final ResultReceiver receiver, method in class:MediaBrowserServiceCompat.ServiceBinderImpl
884 Log.w(TAG, "search for callback that isn't registered query=" + query);
1105 * Called to get the search result.
1107 * Implementations must call {@link Result#sendResult result.sendResult}. If the search will be
1110 * search has been completed.
1112 * In case there are no search results, call {@link Result#sendResult result.sendResult} with an
1120 * @param query The search query sent from the media browser. It contains keywords separated
1123 * @param result The {@link Result} to send the search resul
[all...]
H A DMediaBrowserCompat.java389 * @param query The search query that contains keywords separated by space. Should not be an
392 * The contents of this bundle may affect the search result.
393 * @param callback The callback to receive the search result. Must be non-null.
396 public void search(@NonNull final String query, final Bundle extras, method in class:MediaBrowserCompat
404 mImpl.search(query, extras, callback);
875 * Callback for receiving the result of {@link #search}.
879 * Called when the {@link #search} finished successfully.
881 * @param query The search query sent for the search request to the connected service.
883 * @param items The list of media items which contains the search resul
949 void search(@NonNull String query, Bundle extras, @NonNull SearchCallback callback); method in interface:MediaBrowserCompat.MediaBrowserImpl
1254 public void search(@NonNull final String query, final Bundle extras, method in class:MediaBrowserCompat.MediaBrowserImplBase
1774 public void search(@NonNull final String query, final Bundle extras, method in class:MediaBrowserCompat.MediaBrowserImplApi21
2130 void search(String query, Bundle extras, ResultReceiver receiver, method in class:MediaBrowserCompat.ServiceBinderWrapper
[all...]
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp968 auto search = trackers.find(uid); local
969 if (search != trackers.end()) {
970 search->second->addDataPath(p->fts_path);
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java292 * Argument for use with {@link #ACTION_PREPARE_FROM_SEARCH} indicating search query.
999 * Override to handle requests to prepare playback from a search query. An
1037 * Override to handle requests to begin playback from a search query. An
1309 public void onPlayFromSearch(String search, Bundle extras) { argument
1310 Callback.this.onPlayFromSearch(search, extras);
/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. ...

Completed in 2586 milliseconds