HomeSort by relevance Sort by last modified time
    Searched full:requesting (Results 251 - 275 of 1137) sorted by null

<<11121314151617181920>>

  /system/tools/aidl/tests/
aidl_test_client_primitives.cpp 94 cerr << "Failed while requesting service to repeat String16=\""
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 771 /* Requesting transition from Loaded to Loaded */
778 /* Requesting transition from Loaded to WaitForResources */
784 /* Requesting transition from Loaded to Executing */
791 /* Requesting transition from Loaded to Pause */
798 /* Requesting transition from Loaded to Invalid */
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 843 /* Requesting transition from Loaded to Loaded */
850 /* Requesting transition from Loaded to WaitForResources */
    [all...]
  /frameworks/base/media/java/android/media/
AudioAttributes.java 200 * Flag requesting the use of an output stream supporting hardware A/V synchronization.
206 * Flag requesting capture from the source used for hardware hotword detection.
215 * Flag requesting audible playback even under limited interruptions.
222 * Flag requesting audible playback even when the underlying stream is muted.
228 * Flag requesting a low latency path when creating an AudioTrack.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 290 /** Start or stop requesting relevant zen mode exit conditions */
291 private void setRequestingConditions(final boolean requesting) {
292 if (mRequestingConditions == requesting) return;
293 if (DEBUG) Log.d(mTag, "setRequestingConditions " + requesting);
294 mRequestingConditions = requesting;
    [all...]
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 242 Log.i(TAG, "Location permission has NOT been granted. Requesting permission.");
365 "Failed in requesting location updates, "
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 242 Log.i(TAG, "Location permission has NOT been granted. Requesting permission.");
365 "Failed in requesting location updates, "
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
WearableMainActivity.java 242 Log.i(TAG, "Location permission has NOT been granted. Requesting permission.");
365 "Failed in requesting location updates, "
  /external/chromium-trace/catapult/dashboard/dashboard/
stats.py 7 StatsHandler is the main entry point, and provides the interface for requesting
105 """Displays a form for requesting a set of statistics."""
  /external/mdnsresponder/mDNSPosix/
parselog.py 52 # Filled red circle: Normal query Hollow red circle: Query requesting unicast reply
53 # Filled orange circle: Probe (service starting) Hollow orange circle: First probe (requesting unicast reply)
  /external/netperf/
configure.ac 90 AC_MSG_NOTICE([Requesting replacement getaddrinfo/getnameinfo])
95 AC_MSG_NOTICE([Requesting replacement inet_ntop])
  /external/pdfium/third_party/zlib_v128/
zconf.h 443 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
446 * equivalently requesting no 64-bit operations
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 178 * requesting that enough state information is maintained for fast
191 * requesting fast re-authentication to be used.
  /frameworks/base/docs/html/training/location/
change-location-settings.jd 68 <a href="{@docRoot}training/permissions/requesting.html">Requesting Permissions at Run Time</a>.</p>
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java 408 Log.i(LOG_TAG, "Error requesting print job cancellation", re);
445 Log.i(LOG_TAG, "Error requesting print job restart", re);
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 38 * The type of adapter that is requesting a chip layout.
101 * @param type The adapter type that is requesting the bind.
  /system/update_engine/
update_engine_client.cc 424 LOG(INFO) << "Requesting rollback.";
484 LOG(INFO) << "Requesting a reboot...";
  /art/runtime/
mem_map.h 104 // not relative. This version allows requesting a specific address for the base of the mapping.
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 50 * Partial URL to use when requesting the detailed entry for a specific
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 57 * Partial URL to use when requesting the detailed entry for a specific
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 66 ALOGV("%s: Requesting thread exit", __FUNCTION__);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 209 logWriter.println("Requesting " + eventName);
  /external/boringssl/src/
PORTING.md 110 common use of requesting a new client certificate between an HTTP request and
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.actions.repaint_continuously.html 48 <td colspan=2><tt>Continuously&nbsp;repaints&nbsp;the&nbsp;visible&nbsp;content&nbsp;by&nbsp;requesting&nbsp;animation&nbsp;frames<br>
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
resumable_streaming_upload.py 112 # TODO: The user is requesting reading until the end of an

Completed in 2874 milliseconds

<<11121314151617181920>>