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

123

/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl46 void systemReady();
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java136 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY);
137 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED);
251 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY);
252 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java72 mUsbService.systemReady();
162 public void systemReady() { method in class:UsbService
163 mAlsaManager.systemReady();
166 mDeviceManager.systemReady();
169 mHostManager.systemReady();
172 mPortManager.systemReady();
H A DUsbHostManager.java250 public void systemReady() { method in class:UsbHostManager
H A DUsbAlsaManager.java138 public void systemReady() { method in class:UsbAlsaManager
H A DUsbPortManager.java134 public void systemReady() { method in class:UsbPortManager
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1184 vibrator.systemReady();
1193 lockSettings.systemReady();
1207 wm.systemReady();
1218 // to start using it before the config change done in wm.systemReady() will
1235 mPowerManagerService.systemReady(mActivityManagerService.getAppOpsService());
1244 mPackageManagerService.systemReady();
1253 mDisplayManagerService.systemReady(safeMode, mOnlyCore);
1280 mActivityManagerService.systemReady(new Runnable() {
1312 if (networkScoreF != null) networkScoreF.systemReady();
1319 if (networkManagementF != null) networkManagementF.systemReady();
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.h39 bool systemReady);
375 void systemReady();
498 audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady);
861 bool systemReady,
943 audio_io_handle_t id, audio_devices_t device, bool systemReady);
976 bool systemReady);
992 audio_io_handle_t id, uint32_t device, bool systemReady);
1049 audio_io_handle_t id, bool systemReady);
1226 bool systemReady
H A DThreads.cpp630 audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady)
643 mSystemReady(systemReady),
1090 if (mWakeLockToken == NULL) { // token may be NULL if AudioFlinger::systemReady() not called.
1537 void AudioFlinger::ThreadBase::systemReady() function in class:android::AudioFlinger::ThreadBase
1561 bool systemReady)
1562 : ThreadBase(audioFlinger, id, device, AUDIO_DEVICE_NONE, type, systemReady),
3431 audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type)
3432 : PlaybackThread(audioFlinger, output, id, device, type, systemReady),
4594 AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady)
4595 : PlaybackThread(audioFlinger, output, id, device, DIRECT, systemReady)
629 ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady) argument
1556 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady) argument
3430 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type) argument
4593 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady) argument
4600 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, ThreadBase::type_t type, bool systemReady) argument
5180 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady) argument
5472 DuplicatingThread(const sp<AudioFlinger>& audioFlinger, AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) argument
[all...]
H A DAudioFlinger.h262 virtual status_t systemReady();
/frameworks/av/include/media/
H A DIAudioFlinger.h254 virtual status_t systemReady() = 0;
H A DAudioSystem.h169 static status_t systemReady();
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java84 public void systemReady() { method in class:SystemGesturesPointerEventListener
H A DImmersiveModeConfirmation.java123 void systemReady() { method in class:ImmersiveModeConfirmation
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1215 public void systemReady(); method in interface:WindowManagerPolicy
1241 * screen to the user. This will happen after systemReady(), and at
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java313 void systemReady() { method in class:PackageDexOptimizer
/frameworks/base/media/java/android/media/
H A DAudioSystem.java725 public static native int systemReady(); method in class:AudioSystem
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java165 void systemReady() { method in class:NetworkScoreService
166 if (DBG) Log.d(TAG, "systemReady");
H A DWiredAccessoryManager.java163 public void systemReady() { method in class:WiredAccessoryManager
H A DVibratorService.java226 public void systemReady() { method in class:VibratorService
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl440 void systemReady();
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java243 public boolean systemReady = false; field in class:NetworkMonitor
935 if (systemReady == false) return;
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp427 status_t AudioSystem::systemReady() function in class:android::AudioSystem
431 return af->systemReady();
H A DIAudioFlinger.cpp915 virtual status_t systemReady() function in class:android::BpAudioFlinger
1444 systemReady();
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java100 mService.systemReady();
278 void systemReady() { method in class:ContentService

Completed in 499 milliseconds

123