Home
last modified time | relevance | path

Searched defs:suspend (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libmedia/aidl/android/
DIGraphicBufferSource.aidl28 void setSuspend(boolean suspend, long suspendTimeUs); in setSuspend()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DISystemUiProxy.aidl120 oneway void notifyTaskbarAutohideSuspend(boolean suspend) = 48; in notifyTaskbarAutohideSuspend()
/frameworks/av/media/libmedia/omx/1.0/
DWGraphicBufferSource.cpp42 bool suspend, int64_t timeUs) { in setSuspend()
/frameworks/av/media/codec2/sfplugin/
DOmx2IGraphicBufferSource.cpp95 bool suspend, int64_t timeUs) { in setSuspend()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java881 private void onTaskbarAutohideSuspend(boolean suspend) { in onTaskbarAutohideSuspend()
1062 default void onTaskbarAutohideSuspend(boolean suspend) {} in onTaskbarAutohideSuspend()
/frameworks/base/services/core/java/com/android/server/pm/
DSuspendPackageHelper.java645 Computer snapshot, int userId, String[] packageNames, boolean suspend) { in setPackagesSuspendedByAdmin()
697 Computer snapshot, int userId, boolean suspend) { in setPackagesSuspendedForQuietMode()
/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferSource.cpp215 bool suspend, int64_t timeUs) { in setSuspend()
/frameworks/base/core/java/android/os/
DUpdateEngine.java394 public void suspend() { in suspend() method in UpdateEngine
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java427 public void onTaskbarAutohideSuspend(boolean suspend) { in onTaskbarAutohideSuspend()
/frameworks/base/core/java/android/widget/
DVideoView.java814 public void suspend() { in suspend() method in VideoView
/frameworks/av/media/module/bqhelper/
DGraphicBufferSource.cpp1223 status_t GraphicBufferSource::setSuspend(bool suspend, int64_t suspendStartTimeUs) { in setSuspend()
/frameworks/av/services/audioflinger/
DEffects.cpp2745 const effect_uuid_t *type, bool suspend) in setEffectSuspended_l()
2800 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) in setEffectSuspendedAll_l()
DThreads.h1004 void suspend() { (void) android_atomic_inc(&mSuspended); } in suspend() function
DThreads.cpp1214 const effect_uuid_t *type, bool suspend, audio_session_t sessionId) in setEffectSuspended_l()
1253 bool suspend, in updateSuspendedSessions_l()
9310 bool suspend = audio_is_bluetooth_sco_device(inDeviceType()) && in checkBtNrec_l() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java768 private void simulatePackageSuspendBroadcast(boolean suspend, String pkg, in simulatePackageSuspendBroadcast()