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

123

/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl49 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.java1206 vibrator.systemReady();
1215 lockSettings.systemReady();
1229 wm.systemReady();
1240 // to start using it before the config change done in wm.systemReady() will
1257 mPowerManagerService.systemReady(mActivityManagerService.getAppOpsService());
1266 mPackageManagerService.systemReady();
1275 mDisplayManagerService.systemReady(safeMode, mOnlyCore);
1302 mActivityManagerService.systemReady(new Runnable() {
1334 if (networkScoreF != null) networkScoreF.systemReady();
1341 if (networkManagementF != null) networkManagementF.systemReady();
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.h39 bool systemReady);
384 void systemReady();
513 audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady);
884 bool systemReady,
966 audio_io_handle_t id, audio_devices_t device, bool systemReady);
999 bool systemReady);
1015 audio_io_handle_t id, uint32_t device, bool systemReady);
1078 audio_io_handle_t id, bool systemReady);
1255 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.
1637 void AudioFlinger::ThreadBase::systemReady() function in class:android::AudioFlinger::ThreadBase
1661 bool systemReady)
1662 : ThreadBase(audioFlinger, id, device, AUDIO_DEVICE_NONE, type, systemReady),
3598 audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type)
3599 : PlaybackThread(audioFlinger, output, id, device, type, systemReady),
4783 AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady)
4784 : 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
1656 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady) argument
3597 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type) argument
4782 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady) argument
4789 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, ThreadBase::type_t type, bool systemReady) argument
5392 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady) argument
5708 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.h244 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.java85 public void systemReady() { method in class:SystemGesturesPointerEventListener
H A DImmersiveModeConfirmation.java126 void systemReady() { method in class:ImmersiveModeConfirmation
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1229 public void systemReady(); method in interface:WindowManagerPolicy
1255 * screen to the user. This will happen after systemReady(), and at
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java322 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.java222 public boolean systemReady = false; field in class:NetworkMonitor
898 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 675 milliseconds

123