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

12

/frameworks/base/services/java/com/android/server/
H A DSystemServer.java752 accountManager.systemReady();
759 contentService.systemReady();
1013 vibrator.systemReady();
1020 lockSettings.systemReady();
1032 wm.systemReady();
1042 // to start using it before the config change done in wm.systemReady() will
1052 mPowerManagerService.systemReady(mActivityManagerService.getAppOpsService());
1058 mPackageManagerService.systemReady();
1065 mDisplayManagerService.systemReady(safeMode, mOnlyCore);
1096 mActivityManagerService.systemReady(ne
[all...]
/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/av/services/audioflinger/
H A DThreads.h39 bool systemReady);
368 void systemReady();
485 audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady);
862 bool systemReady,
924 audio_io_handle_t id, audio_devices_t device, bool systemReady);
957 bool systemReady);
973 audio_io_handle_t id, uint32_t device, bool systemReady);
1026 audio_io_handle_t id, bool systemReady);
1203 bool systemReady
H A DThreads.cpp531 audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady)
544 mSystemReady(systemReady)
1406 void AudioFlinger::ThreadBase::systemReady() function in class:android::AudioFlinger::ThreadBase
1430 bool systemReady)
1431 : ThreadBase(audioFlinger, id, device, AUDIO_DEVICE_NONE, type, systemReady),
3258 audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type)
3259 : PlaybackThread(audioFlinger, output, id, device, type, systemReady),
4434 AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady)
4435 : PlaybackThread(audioFlinger, output, id, device, DIRECT, systemReady)
4442 ThreadBase::type_t type, bool systemReady)
530 ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady) argument
1425 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady) argument
3257 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type) argument
4433 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady) argument
4440 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, ThreadBase::type_t type, bool systemReady) argument
5009 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady) argument
5274 DuplicatingThread(const sp<AudioFlinger>& audioFlinger, AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) argument
[all...]
H A DAudioFlinger.h267 virtual status_t systemReady();
H A DAudioFlinger.cpp1727 status_t AudioFlinger::systemReady() function in class:android::AudioFlinger
1738 thread->systemReady();
1742 thread->systemReady();
/frameworks/av/include/media/
H A DIAudioFlinger.h248 virtual status_t systemReady() = 0;
H A DAudioSystem.h162 static status_t systemReady();
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1157 public void systemReady(); method in interface:WindowManagerPolicy
1183 * screen to the user. This will happen after systemReady(), and at
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java266 void systemReady() { method in class:PackageDexOptimizer
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java82 public void systemReady() { method in class:SystemGesturesPointerEventListener
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java233 public boolean systemReady = false; field in class:NetworkMonitor
754 if (systemReady == false) return;
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java98 void systemReady() { method in class:NetworkScoreService
H A DWiredAccessoryManager.java163 public void systemReady() { method in class:WiredAccessoryManager
H A DVibratorService.java223 public void systemReady() { method in class:VibratorService
H A DLockSettingsService.java141 public void systemReady() { method in class:LockSettingsService
/frameworks/base/media/java/android/media/
H A DAudioSystem.java652 public static native int systemReady(); method in class:AudioSystem
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl419 void systemReady();
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp426 status_t AudioSystem::systemReady() function in class:android::AudioSystem
430 return af->systemReady();
H A DIAudioFlinger.cpp907 virtual status_t systemReady() function in class:android::BpAudioFlinger
1418 systemReady();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java150 // catch INetworkManagementEventObserver during systemReady()
157 mService.systemReady();
302 // catch INetworkManagementEventObserver during systemReady()
309 mService.systemReady();
313 // after systemReady(), we should have historical stats loaded again
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java354 mWiredAccessoryCallbacks.systemReady();
1724 public void systemReady(); method in interface:InputManagerService.WiredAccessoryCallbacks

Completed in 489 milliseconds

12