/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
platform_device.h | 32 int (*resume)(struct platform_device *); member in struct:platform_driver
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
android_power.h | 41 void (*resume)(android_early_suspend_t *h); member in struct:android_early_suspend
|
platform_device.h | 32 int (*resume)(struct platform_device *); member in struct:platform_driver
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
android_power.h | 41 void (*resume)(android_early_suspend_t *h); member in struct:android_early_suspend
|
platform_device.h | 32 int (*resume)(struct platform_device *); member in struct:platform_driver
|
/system/connectivity/shill/ |
power_manager_proxy_interface.h | 56 // |timeout| before suspending the system from a dark resume. Arguments 71 // wake reason for the current dark resume. Returns true on success. 89 // Broadcast by the power manager when the system enters dark resume. 91 // tell the power manager when they are ready to suspend from the dark resume
|
/system/update_engine/binder_bindings/android/os/ |
IUpdateEngine.aidl | 28 void resume();
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPSyncTestCase.java | 58 * Overrides inherited method to resume debuggee VM and then to establish 64 debuggeeWrapper.resume();
|
JDWPInvokeMethodSuspendedTwiceTestCase.java | 51 * Next, we resume the thread and check we do receive the reply with no timeout. 88 // we send a VirtualMachine.Resume command. 132 // Send a ThreadReference.Resume to resume event thread so it can invoke the method. 133 logWriter.println("Resume event thread"); 149 // The invoke is complete but the thread is still suspended: let's resume it now. 153 logWriter.println("Resume event thread #1");
|
/external/autotest/client/cros/ |
dark_resume_listener.py | 14 """Server which listens for dark resume-related DBus signals to count how 44 logging.debug('Dark resume listener started')
|
dark_resume_xmlrpc_server.py | 18 """Exposes methods called remotely during dark resume autotests. 34 """Suspends this system indefinitely for dark resume."""
|
power_suspend.py | 15 """Class for suspend/resume measurements. 21 device_times[]: List of individual device suspend/resume time dicts. 24 suspend: Do a suspend/resume cycle. Return timing measurement dict. 41 _hwclock_ts: Read RTC timestamp left on resume in hwclock-on-resume 42 _device_resume_time: Read seconds overall device resume took from logs. 43 _individual_device_times: Reads individual device suspend/resume times. 77 # the last resume. 84 # Sanity check value to catch overlong resume times (from missed RTC wakes) 87 # File written by powerd_suspend containing the hwclock time at resume [all...] |
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
control | 17 suspend in dark resume for several reasons. Due to privacy concerns, we do not 18 want active scans to be launched on certain types of dark resume wakes where the
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/ |
network_WiFi_RoamSuspendTimeout.py | 12 """Tests behavior on resume during which the client has been de-authed. 16 de-authentication on resume.
|
/external/autotest/server/site_tests/platform_InternalDisplay/ |
platform_InternalDisplay.py | 21 @returns boot_id for the following resume 54 'Internal display is missing after suspend & resume.')
|
/external/curl/tests/data/ |
test194 | 7 Resume 49 HTTP resume transfer with the whole file already downloaded and --fail
|
/external/libunwind/ |
.gitignore | 38 tests/[GL]test-resume-sig 39 tests/[GL]test-resume-sig-rt
|
/libcore/ojluni/src/main/java/java/lang/ |
IllegalThreadStateException.java | 31 * <code>suspend</code> and <code>resume</code> methods in class 35 * @see java.lang.Thread#resume()
|
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/uiflows/ |
EncryptionControllerTest.java | 122 // GIVEN an intent was stored to resume managed profile provisioning after SUW 127 // THEN a resume notification should be posted and no activity should be started 133 // GIVEN an intent was stored to resume managed profile provisioning during SUW 143 // GIVEN an intent was stored to resume managed profile provisioning during SUW 156 // GIVEN an intent was stored to resume device owner provisioning during SUW 166 // GIVEN an intent was stored to resume device owner provisioning, but the device 178 // GIVEN an intent was stored to resume device owner provisioning, but the device 216 assertTrue("Timeout trying to resume provisioning",
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
PausableChronometer.java | 59 * Resume the timer after a previous pause. 62 public void resume() { method in class:PausableChronometer
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
Resume002Test.java | 30 * JDWP Unit test for VirtualMachine.Resume command. 41 * This testcase exercises VirtualMachine.Resume command when some threads are suspended and 47 * <BR> Finally the test performs VirtualMachine.Resume command and checks all threads 67 // resume all suspended threads at once with a VirtualMachine.Resume command. 68 debuggeeWrapper.vmMirror.resume();
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ExceptionCaughtTest.java | 166 // resume debuggee 167 printTestLog("resume debuggee..."); 168 debuggeeWrapper.vmMirror.resume(); 215 // resume debuggee 216 printTestLog("resume debuggee..."); 217 debuggeeWrapper.vmMirror.resume(); 261 // resume debuggee 262 printTestLog("resume debuggee..."); 263 debuggeeWrapper.vmMirror.resume(); 291 // prevents from handling a suspend/resume sequence [all...] |
SingleStepWithPendingExceptionTest.java | 63 // Resume debuggee so we hit the breakpoint. 86 // Exception event suspended all threads: resume them now. 87 debuggeeWrapper.resume(); 95 // Breakpoint event suspended all threads: resume them now. 96 debuggeeWrapper.resume();
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
VideoPauseController.java | 29 * This class is responsible for generating video pause/resume requests when the InCall UI is sent 184 * call in dialing state, resume the new primary call. 200 // Send resume request for the active call, if user rejects incoming call, ends dialing 263 * Called when UI is brought to the foreground. Sends a session modification request to resume 302 * Sends Pause/Resume request. 305 * @param resume If true resume request will be sent, otherwise pause request. 307 private void sendRequest(Call call, boolean resume) { 313 if (resume) { 314 log("sending resume request, call=" + call) [all...] |
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 261 // currently being resumed (will not auto-cancel an asynchronous resume) 279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume. 312 VoidHook resume = MPH_init_table[MPH].mResume; local 313 if (NULL != resume) { 314 (*resume)(thisItf); 389 // Engine was destroyed during resume, or insufficient memory, 412 VoidHook resume = MPH_init_table[MPH].mResume; local 413 if (NULL != resume) { 414 (*resume)(thisItf);
|