HomeSort by relevance Sort by last modified time
    Searched full:requested (Results 501 - 525 of 11551) sorted by null

<<21222324252627282930>>

  /packages/apps/Camera2/src/com/android/camera/app/
CameraController.java 224 // (T, F): Already requested the same camera. No-op. Return.
274 // Camera not requested yet.
277 // Camera requested but not available yet.
284 Log.w(TAG, "Releasing camera which was requested but not yet "
285 + "opened (current:requested): " + currentId + ":" + id);
288 + "nor requested (current:requested:for-release): "
  /prebuilts/misc/windows/sdl2/test/
testgl2.c 315 SDL_Log("SDL_GL_RED_SIZE: requested %d, got %d\n", 5, value);
321 SDL_Log("SDL_GL_GREEN_SIZE: requested %d, got %d\n", 5, value);
327 SDL_Log("SDL_GL_BLUE_SIZE: requested %d, got %d\n", 5, value);
333 SDL_Log("SDL_GL_DEPTH_SIZE: requested %d, got %d\n", 16, value);
340 SDL_Log("SDL_GL_MULTISAMPLEBUFFERS: requested 1, got %d\n", value);
347 SDL_Log("SDL_GL_MULTISAMPLESAMPLES: requested %d, got %d\n", fsaa,
357 SDL_Log("SDL_GL_ACCELERATED_VISUAL: requested %d, got %d\n", accel,
  /system/chre/core/include/chre/core/
gnss_request_manager.h 122 //! The interval of location results requested.
133 //! The cookie provided to the CHRE API when the nanoapp requested a change
172 * @param minInterval The minimum location reporting interval requested by the
214 * Determines if the location session is already in the requested state.
220 * @return true if the location session is already in the requested state.
230 * @param requestedState The target state requested by a nanoapp.
244 * requested.
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerAppConfigurationTests.java 299 * Test that device handles consequent requested orientations and displays the activities.
305 assertEquals("Fullscreen app requested portrait orientation",
310 assertEquals("Fullscreen app requested landscape orientation",
315 assertEquals("Fullscreen app requested portrait orientation",
330 assertEquals("Legacy non-fullscreen activity requested landscape orientation",
348 assertEquals("non-fullscreen activity requested landscape orientation",
359 assertEquals("Fullscreen app requested landscape orientation",
372 // Verify that activity brought to front is in originally requested orientation.
385 assertEquals("Fullscreen app requested landscape orientation",
398 // Verify that activity brought to front is in originally requested orientation
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 350 * Decode and sample down a bitmap from a file input stream to the requested width and height.
353 * @param reqWidth The requested width of the resulting bitmap
354 * @param reqHeight The requested height of the resulting bitmap
356 * that are equal to or greater than the requested width and height
378 * height equal to or larger than the requested width and height. This implementation does not
384 * @param reqWidth The requested width of the resulting bitmap
385 * @param reqHeight The requested height of the resulting bitmap
397 // Calculate ratios of height and width to requested height and width
402 // with both dimensions larger than or equal to the requested height and width.
413 // Anything more than 2x the requested pixels we'll sample down furthe
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMenuActivityController.java 99 * Called when the PIP requested to be expanded.
104 * Called when the PIP requested to be minimized.
109 * Called when the PIP requested to be dismissed.
114 * Called when the PIP requested to show the menu.
273 // If we haven't requested the start activity, or if it previously took too long to
308 // If we haven't requested the start activity, or if it previously took too long to
489 private void setStartActivityRequested(boolean requested) {
491 mStartActivityRequested = requested;
492 mStartActivityRequestedTime = requested ? SystemClock.uptimeMillis() : 0;
497 // If the menu has been start-requested, but not actually started, then we defer th
    [all...]
  /libcore/ojluni/src/test/java/nio/file/attribute/
PosixFileAttributeViewTest.java 79 * secure than requested
81 static void checkSecure(Set<PosixFilePermission> requested,
85 if (!requested.contains(perm)) {
87 PosixFilePermissions.toString(actual) + ", requested: " +
88 PosixFilePermissions.toString(requested) +
89 " - file is less secure than requested");
102 Set<PosixFilePermission> requested = PosixFilePermissions.fromString(mode); local
104 PosixFilePermissions.asFileAttribute(requested);
108 checkSecure(requested,
119 checkSecure(requested,
    [all...]
  /development/ndk/platforms/android-13/include/android/
configuration.h 339 * environment 'requested'. Returns 0 if there are any values in 'base'
340 * that conflict with 'requested'. Returns 1 if it does not conflict.
342 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
346 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
355 AConfiguration* requested);
  /development/ndk/platforms/android-16/include/android/
configuration.h 342 * environment 'requested'. Returns 0 if there are any values in 'base'
343 * that conflict with 'requested'. Returns 1 if it does not conflict.
345 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
349 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
358 AConfiguration* requested);
  /development/ndk/platforms/android-17/include/android/
configuration.h 358 * environment 'requested'. Returns 0 if there are any values in 'base'
359 * that conflict with 'requested'. Returns 1 if it does not conflict.
361 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
365 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
374 AConfiguration* requested);
  /development/ndk/platforms/android-18/include/android/
configuration.h 359 * environment 'requested'. Returns 0 if there are any values in 'base'
360 * that conflict with 'requested'. Returns 1 if it does not conflict.
362 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
366 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
375 AConfiguration* requested);
  /development/ndk/platforms/android-21/include/android/
configuration.h 363 * environment 'requested'. Returns 0 if there are any values in 'base'
364 * that conflict with 'requested'. Returns 1 if it does not conflict.
366 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
370 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
379 AConfiguration* requested);
  /development/ndk/platforms/android-9/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
PeiCdExpress.h 179 Returns the size and type of the requested recovery capsule.
191 the size of the requested recovery module is
194 the type of the requested recovery capsule is
225 the requested recovery capsule will be returned.
229 @retval EFI_NOT_FOUND A requested recovery DXE capsule cannot be found.
  /external/clang/test/SemaCXX/
member-init.cpp 75 Y::Y() try { // expected-note{{in instantiation of member function 'PR10578::X<int>::X' requested here}}
172 X(); // expected-note {{in instantiation of default member initializer 'explicit_instantiation::X<float>::n' requested here}}
177 template struct X<float>; // expected-note {{in instantiation of member function 'explicit_instantiation::X<float>::X' requested here}}
182 struct X { // expected-note {{in instantiation of default member initializer 'local_class::f()::X::n' requested here}}
186 void g() { f<int>(); } // expected-note {{in instantiation of function template specialization 'local_class::f<int>' requested here}}
  /external/vboot_reference/tests/
vboot_api_kernel3_tests.c 247 /* No longer check for shutdown requested */
251 test_ssync(0, 0, "AP-RO shutdown requested");
352 /* No longer check for shutdown requested */
356 "AP-RW, EC-RO -> EC-RW shutdown requested");
361 test_ssync(0, 0, "AP-RW shutdown requested");
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_ContentPipe.h 111 requested */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
165 In some cases the requested block may not reside in contiguous memory within the
166 pipe implementation. For instance if the pipe leverages a circular buffer then the requested
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_ContentPipe.h 111 requested */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
165 In some cases the requested block may not reside in contiguous memory within the
166 pipe implementation. For instance if the pipe leverages a circular buffer then the requested
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_ContentPipe.h 111 requested */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
165 In some cases the requested block may not reside in contiguous memory within the
166 pipe implementation. For instance if the pipe leverages a circular buffer then the requested
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_ContentPipe.h 111 requested */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
165 In some cases the requested block may not reside in contiguous memory within the
166 pipe implementation. For instance if the pipe leverages a circular buffer then the requested
  /hardware/qcom/media/sdm845/mm-core/inc/
OMX_ContentPipe.h 111 requested */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
165 In some cases the requested block may not reside in contiguous memory within the
166 pipe implementation. For instance if the pipe leverages a circular buffer then the requested
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/android/
configuration.h 339 * environment 'requested'. Returns 0 if there are any values in 'base'
340 * that conflict with 'requested'. Returns 1 if it does not conflict.
342 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
346 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
355 AConfiguration* requested);

Completed in 831 milliseconds

<<21222324252627282930>>