HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 751 - 775 of 1339) sorted by null

<<31323334353637383940>>

  /external/parameter-framework/test/test-platform/
TestPlatform.cpp 156 // Release the main blocking semaphore to quit application
  /external/ppp/pppd/plugins/radius/
sendserver.c 259 retries = 0; /* Init retry cnt for blocking call */
  /external/skia/gm/
multipicturedraw.cpp 126 // the clip isn't blocking cache reuse) to cause a visual discrepancy.
  /external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c 128 * non-blocking, how do we know that the actions have completed other than
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 495 /* RX thread will exit blocking ReadFile once NDISUIO
  /external/wpa_supplicant_8/src/utils/
eloop.h 355 * Do a blocking wait for a single read socket.
  /frameworks/av/include/media/
AudioSystem.h 179 // Timeout for synchronous record start. Prevents from blocking the record thread forever
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 328 // ::finishSetDataSource_l to avoid blocking the calling thread in
    [all...]
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 282 // ... all without blocking.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java 34 * to avoid blocking application startup with long-running database upgrades.
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 331 // TODO: Make this async instead of blocking
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiControlManager.java 370 * The client shouldn't hold the thread too long since this is a blocking call.
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 564 jint offsetInSamples, jint sizeInSamples, bool blocking) {
570 written = track->write(data + offsetInSamples, sizeInBytes, blocking);
624 offsetInSamples, sizeInSamples, isWriteBlocking == JNI_TRUE /* blocking */);
653 sizeInBytes, isWriteBlocking == JNI_TRUE /* blocking */);
    [all...]
  /frameworks/base/docs/html/design/wear/
structure.jd 86 <p>Don?t forget to test your triggering thoroughly. Triggering too often can be so annoying that users might end up blocking all your notifications. </p>
  /frameworks/base/docs/html/distribute/googleplay/families/
faq.jd 261 student accounts as long as it is not a blocking requirement for all users of the app.
  /frameworks/base/docs/html/training/animation/
zoom.jd 173 blocking on the UI thread and then set the bitmap on the UI thread. Ideally, the bitmap
  /frameworks/base/docs/html/training/volley/
request.jd 61 cache hit without blocking or deferring off the main thread, which is impossible when
  /frameworks/base/docs/html/training/wearables/data-layer/
events.jd 37 <p>If your code is running on the main UI thread, do not make blocking calls
  /frameworks/base/media/java/android/media/midi/
package.html 212 // post is non-blocking
  /frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java 254 // Service is not connected. Try blocking connecting.
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 70 * - port 443 blocking/TLS intercept checks
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 138 * This call is blocking if another rendering/inflating is currently happening, and will return
  /frameworks/native/services/inputflinger/
EventHub.cpp 215 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
219 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java     [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 150 // Allow the filter to complete without blocking the UI

Completed in 532 milliseconds

<<31323334353637383940>>