Searched refs:query (Results 151 - 175 of 284) sorted by relevance

1234567891011>>

/frameworks/native/include/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.h79 int query(int what, int* value) override;
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_producer.h33 // 0 for |NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS| query. Thus setting
66 // See |IGraphicBufferProducer::query|
67 status_t query(int what, int* out_value) override;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h117 virtual int query(int what, int* value);
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java61 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:SampleProvider
66 * Choose the table to query and a sort order based on the code returned for the incoming
95 // call the code to actually do the query
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java114 public Cursor query(Uri uri,String[] projection, method in class:ExportTestProvider
/frameworks/support/core-utils/java/android/support/v4/content/
H A DCursorLoader.java59 Cursor cursor = ContentResolverCompat.query(getContext().getContentResolver(),
95 // An async query came in while the loader is stopped
116 * to specify the query to perform.
125 * {@link ContentResolver#query(Uri, String[], String, String[], String)
126 * ContentResolver.query()} for documentation on the meaning of the
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java87 // the search filter, and restart the loader to do a new query
94 @Override public boolean onQueryTextSubmit(String query) { argument
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java496 public void onPlayFromSearch(String query, Bundle extras) { argument
497 Log.d(TAG, "playFromSearch query=" + query);
499 if (TextUtils.isEmpty(query)) {
500 // A generic search like "Play music" sends an empty query
505 mPlayingQueue = QueueHelper.getPlayingQueueFromSearch(query, mMusicProvider);
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java87 // the search filter, and restart the loader to do a new query
94 @Override public boolean onQueryTextSubmit(String query) { argument
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java496 public void onPlayFromSearch(String query, Bundle extras) { argument
497 Log.d(TAG, "playFromSearch query=" + query);
499 if (TextUtils.isEmpty(query)) {
500 // A generic search like "Play music" sends an empty query
505 mPlayingQueue = QueueHelper.getPlayingQueueFromSearch(query, mMusicProvider);
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp206 Return<void> TWGraphicBufferProducer::query(int32_t what, query_cb _hidl_cb) { function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferProducer
208 int lReturn = mBase->query(static_cast<int>(what), &lValue);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java133 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId));
322 Cursor cursor = mDownloadManager.query(new Query().setFilterById(dlRequest));
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java966 public void prepareFromSearch(String query, Bundle extras) { argument
968 mCb.onPrepareFromSearch(query, extras);
998 public void playFromSearch(String query, Bundle extras) { argument
1000 mCb.onPlayFromSearch(query, extras);
1232 public void prepareFromSearch(String query, Bundle extras) throws RemoteException { argument
1234 mSessionCb.prepareFromSearch(query, extras);
1256 public void playFromSearch(String query, Bundle extras) throws RemoteException { argument
1258 mSessionCb.playFromSearch(query, extras);
/frameworks/native/libs/gui/tests/
H A DMalicious.cpp58 int query(int what, int* value) override { return mProducer->query(what, value); }
H A DSurface_test.cpp93 int err = anw->query(anw.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER,
106 int err = anw->query(anw.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER,
162 int err = anw->query(anw.get(), NATIVE_WINDOW_CONCRETE_TYPE, &result);
170 int err = anw->query(anw.get(), NATIVE_WINDOW_LAYER_COUNT, &result);
188 int err = anw->query(anw.get(), NATIVE_WINDOW_CONSUMER_USAGE_BITS, &flags);
209 int err = anw->query(anw.get(), NATIVE_WINDOW_DEFAULT_DATASPACE,
903 // Verify compositor timing query fails.
924 // Verify the compositor timing query gets the initial compositor values
982 mWindow.get()->query(mWindow.get(),
993 mWindow.get()->query(mWindo
[all...]
/frameworks/rs/script_api/
H A Drs_object_info.spec20 The functions below can be used to query the characteristics of an Allocation, Element,
44 The functions below let you query the characteristics of the type specificiation.
210 arg: rs_element e, "Element to query."
225 arg: rs_element e, "Element to query."
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java177 public static void playFromSearch(Object controlsObj, String query, Bundle extras) { argument
178 ((MediaController.TransportControls) controlsObj).playFromSearch(query, extras);
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java254 * Represents a query passed to {@link #getShortcuts(ShortcutQuery, UserHandle)}.
381 * Set query options. At least one of the {@code MATCH} flags should be set. Otherwise,
443 * @param packageName The specific package to query. If null, it checks all installed packages
526 * @param packageName The specific package to query. If null, it checks all installed packages
682 * Returns {@link ShortcutInfo}s that match {@code query}.
687 * @param query result includes shortcuts matching this query.
690 * @return the IDs of {@link ShortcutInfo}s that match the query.
697 public List<ShortcutInfo> getShortcuts(@NonNull ShortcutQuery query, argument
702 query
[all...]
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java749 * query again when we move outside the bounds of the current window.
771 * @param table the name of the table to query
781 * @param table the name of the table to query
794 * @param table the name of the table to query
814 * @param table the name of the table to query
824 * Utility method to run the query on the db and return the value in the
827 public static long longForQuery(SQLiteDatabase db, String query, String[] selectionArgs) { argument
828 SQLiteStatement prog = db.compileStatement(query);
837 * Utility method to run the pre-compiled query and return the value in the
846 * Utility method to run the query o
849 stringForQuery(SQLiteDatabase db, String query, String[] selectionArgs) argument
873 blobFileDescriptorForQuery(SQLiteDatabase db, String query, String[] selectionArgs) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DContacts.java207 Cursor cursor = cr.query(Settings.CONTENT_URI, new String[]{VALUE},
456 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
502 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
572 return resolver.query(GroupMembership.CONTENT_URI, null, "person=?",
600 Cursor cursor = cr.query(photoUri, new String[]{Photos.DATA}, null, null, null);
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp100 output->query(NATIVE_WINDOW_CONSUMER_USAGE_BITS, &newUsage);
216 mOutput->query(NATIVE_WINDOW_CONSUMER_USAGE_BITS, &mUsageFlagsFromOutput);
223 mOutput->query(NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, &minUndequeuedBuffers);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp277 anw->query(anw, NATIVE_WINDOW_CONSUMER_RUNNING_BEHIND, &value);
483 anw->query(anw, NATIVE_WINDOW_WIDTH, &value);
491 anw->query(anw, NATIVE_WINDOW_HEIGHT, &value);
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java168 directoryCursor = mContentResolver.query(
185 cursor = mContentResolver.query(uri, EmailQuery.PROJECTION, null, null, null);
238 Cursor cursor = mContentResolver.query(
513 // We got the result for an unexpected query (the user is still typing)
/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
1000 * empty query indicates that the app may prepare any music. The
1009 public void onPrepareFromSearch(String query, Bundle extras) { argument
1037 * Override to handle requests to begin playback from a search query. An
1038 * empty query indicates that the app may play any music. The
1042 public void onPlayFromSearch(String query, Bundle extras) { argument
1371 String query = extras.getString(ACTION_ARGUMENT_QUERY);
1373 Callback.this.onPrepareFromSearch(query, bundle);
1425 public void onPrepareFromSearch(String query, Bundl argument
2598 prepareFromSearch(String query, Bundle extras) argument
2618 playFromSearch(String query, Bundle extras) argument
3499 prepareFromSearch(String query, Bundle extras) argument
3523 playFromSearch(String query, Bundle extras) argument
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java77 public void setQuery(Query query) { argument
78 mQuery = query;

Completed in 850 milliseconds

1234567891011>>