/external/libjpeg-turbo/ |
jdtrans.c | 42 * Returns NULL if suspended. This case need be checked only if
|
/external/opencv3/3rdparty/libjpeg/ |
jcapistd.c | 116 * Processes exactly one iMCU row per call, unless suspended.
|
jdtrans.c | 41 * Returns NULL if suspended. This case need be checked only if
|
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/ |
App.xaml.cpp | 103 /// Invoked when application execution is being suspended. Application state is saved
|
/external/opencv3/samples/winrt_universal/PhoneTutorial/ |
App.xaml.cpp | 127 /// Invoked when application execution is being suspended. Application state is saved
|
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/ |
App.xaml.cpp | 158 /// Invoked when application execution is being suspended. Application state is saved
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcapistd.c | 116 * Processes exactly one iMCU row per call, unless suspended.
|
fpdfapi_jdtrans.c | 40 * Returns NULL if suspended. This case need be checked only if
|
/external/v8/src/runtime/ |
runtime-generator.cc | 90 // called if the suspended activation had operands on the stack, stack handlers
|
/external/webrtc/webrtc/modules/video_coding/ |
media_optimization_unittest.cc | 62 // The video should not be suspended from the start.
|
/frameworks/base/core/java/android/os/ |
PowerManagerInternal.java | 51 * processor be suspended. It can be awoken by a call to wakeUp() which ends the dream.
|
/frameworks/base/docs/html/preview/features/ |
afw.jd | 150 While a package is suspended, it cannot start activities, notifications to 153 Suspended packages do not show in the <a href= 160 Launchers should apply a distinctive UI to suspended apps to show that the 162 in gray. Launchers can find out if an app is suspended by calling the new
|
/hardware/akm/AK8975_FS/akmdfs/ |
main.c | 259 ALOGI("Suspended.");
|
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/ |
BluetoothMapManager.java | 50 private static final int SUSPENDED = 1; 56 // On connection suspended the Manager will callback with onConnect when the service is 172 if (mConnectionState != DISCONNECTED && mConnectionState != SUSPENDED) { 430 mConnectionState = SUSPENDED;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serial.h | 106 #define ASYNCB_SUSPENDED 30 /* Serial port is suspended */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
serial.h | 106 #define ASYNCB_SUSPENDED 30 /* Serial port is suspended */
|
/system/update_engine/ |
update_attempter_android.h | 147 // suspended.
|
/art/runtime/ |
monitor.cc | 92 // We should only inflate a lock if the owner is ourselves or suspended. This avoids a race 114 // We should only inflate a lock if the owner is ourselves or suspended. This avoids a race 146 // The owner_ is suspended but another thread beat us to install a monitor. 744 // Don't need volatile since we only deflate with mutators suspended. 768 // Assume no concurrent read barrier state changes as mutators are suspended. 774 // Assume no concurrent read barrier state changes as mutators are suspended. 780 // Assume no concurrent read barrier state changes as mutators are suspended. [all...] |
/frameworks/av/services/audioflinger/ |
Effects.cpp | 776 void AudioFlinger::EffectModule::setSuspended(bool suspended) 779 mSuspended = suspended; 782 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule [all...] |
/external/libmicrohttpd/src/microhttpd/ |
internal.h | 135 * Is this connection currently suspended? 861 * Is the connection suspended? 863 int suspended; member in struct:MHD_Connection 930 * Head of doubly-linked list of our current but suspended connections. 935 * Tail of doubly-linked list of our current but suspended connections. [all...] |
/frameworks/base/core/java/android/service/dreams/ |
DreamService.java | 603 * While the application processor is suspended, the dream may stop executing code 604 * for long periods of time. Prior to being suspended, the dream may schedule periodic 615 * be suspended at any moment once this method is called unless other wake locks 704 * to allow the display hardware to be fully suspended. While suspended, the [all...] |
/system/connectivity/shill/wifi/ |
wake_on_wifi.h | 60 // connectivity while suspended, and to wake from suspend in a low-power 533 // while suspended. 544 // receiving while the device is suspended. Only used if the NIC is programmed 548 // the device is suspended. Only used if the NIC is programmed to wake on 568 // scans while the system is suspended.
|
/external/expat/doc/ |
reference.html | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
DeviceSuspendTestActivity.java | 202 // Make sure clocks are different (i.e. kernel has suspended at least once) 375 * To tell the clock sources apart, the kernel must have suspended at least once.
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
DeviceAndProfileOwnerTest.java | 508 // Verify that the package is suspended. 512 // Verify that the package is not suspended.
|