Searched refs:systemReady (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java130 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY);
131 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED);
243 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY);
244 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED);
309 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY);
310 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED);
/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl45 void systemReady();
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java75 mUsbService.systemReady();
188 public void systemReady() { method in class:UsbService
189 mAlsaManager.systemReady();
192 mDeviceManager.systemReady();
195 mHostManager.systemReady();
198 mPortManager.systemReady();
H A DUsbHostManager.java287 public void systemReady() { method in class:UsbHostManager
H A DUsbAlsaManager.java135 public void systemReady() { method in class:UsbAlsaManager
/frameworks/av/services/audioflinger/
H A DThreads.h41 bool systemReady);
394 void systemReady();
633 audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady);
1008 bool systemReady,
1090 audio_io_handle_t id, audio_devices_t device, bool systemReady);
1124 bool systemReady);
1142 audio_io_handle_t id, uint32_t device, bool systemReady);
1205 audio_io_handle_t id, bool systemReady);
1295 bool systemReady
1467 audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady);
[all...]
H A DThreads.cpp502 audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady)
515 mSystemReady(systemReady),
965 if (mWakeLockToken == NULL) { // token may be NULL if AudioFlinger::systemReady() not called.
1535 void AudioFlinger::ThreadBase::systemReady() function in class:android::AudioFlinger::ThreadBase
1636 bool systemReady)
1637 : ThreadBase(audioFlinger, id, device, AUDIO_DEVICE_NONE, type, systemReady),
3586 audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type)
3587 : PlaybackThread(audioFlinger, output, id, device, type, systemReady),
4807 AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady)
4808 : PlaybackThread(audioFlinger, output, id, device, DIRECT, systemReady)
501 ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady) argument
1631 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady) argument
3585 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type) argument
4806 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady) argument
4813 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, ThreadBase::type_t type, bool systemReady) argument
5425 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady) argument
5740 DuplicatingThread(const sp<AudioFlinger>& audioFlinger, AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) argument
7542 MmapThread( const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, AudioHwDevice *hwDev, sp<StreamHalInterface> stream, audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady) argument
8201 MmapPlaybackThread( const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, AudioHwDevice *hwDev, AudioStreamOut *output, audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady) argument
8374 MmapCaptureThread( const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, AudioHwDevice *hwDev, AudioStreamIn *input, audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1545 vibrator.systemReady();
1554 lockSettings.systemReady();
1572 wm.systemReady();
1583 // to start using it before the config change done in wm.systemReady() will
1600 mPowerManagerService.systemReady(mActivityManagerService.getAppOpsService());
1608 mPackageManagerService.systemReady();
1617 mDisplayManagerService.systemReady(safeMode, mOnlyCore);
1646 mActivityManagerService.systemReady(() -> {
1686 if (networkScoreF != null) networkScoreF.systemReady();
1693 if (networkManagementF != null) networkManagementF.systemReady();
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java74 mDisplayManager.systemReady(false /* safeMode */, false /* onlyCore */);
/frameworks/av/include/media/
H A DIAudioFlinger.h246 virtual status_t systemReady() = 0;
H A DAudioSystem.h171 static status_t systemReady();
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h246 virtual status_t systemReady() = 0;
H A DAudioSystem.h171 static status_t systemReady();
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java85 public void systemReady() { method in class:SystemGesturesPointerEventListener
H A DImmersiveModeConfirmation.java126 void systemReady() { method in class:ImmersiveModeConfirmation
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java102 void systemReady() { method in class:TaskSnapshotController
/frameworks/base/media/java/android/media/
H A DAudioSystem.java759 public static native int systemReady(); method in class:AudioSystem
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java230 public void systemReady() { method in class:IpSecService
H A DWiredAccessoryManager.java163 public void systemReady() { method in class:WiredAccessoryManager
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java473 public void systemReady() { method in class:TestWindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java250 public boolean systemReady = false; field in class:NetworkMonitor
1002 if (systemReady == false) return;
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1463 public void systemReady(); method in interface:WindowManagerPolicy
1489 * screen to the user. This will happen after systemReady(), and at
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java575 void systemReady() { method in class:PackageDexOptimizer
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp430 status_t AudioSystem::systemReady() function in class:android::AudioSystem
434 return af->systemReady();
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl447 void systemReady();

Completed in 492 milliseconds

123