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

123

/frameworks/av/include/media/
H A DAudioSystem.h169 static status_t systemReady();
H A DIAudioFlinger.h244 virtual status_t systemReady() = 0;
/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/av/services/audioflinger/
H A DAudioFlinger.cpp1786 status_t AudioFlinger::systemReady() function in class:android::AudioFlinger
1797 thread->systemReady();
1801 thread->systemReady();
H A DAudioFlinger.h262 virtual status_t 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 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
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl440 void systemReady();
/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/core/java/com/android/internal/widget/
H A DILockSettings.aidl49 void systemReady();
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1743 return nativeToJavaStatus(AudioSystem::systemReady());
1796 {"systemReady", "()I", (void *)android_media_AudioSystem_systemReady},
/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 DAppOpsService.java250 public void systemReady() { method in class:AppOpsService
H A DConnectivityService.java1725 void systemReady() { method in class:ConnectivityService
2981 nai.networkMonitor.systemReady = true;
4424 nai.networkMonitor.systemReady = mSystemReady;
H A DLockSettingsService.java437 public void systemReady() { method in class:LockSettingsService
H A DMountService.java174 mMountService.systemReady();
1558 private void systemReady() { method in class:MountService
H A DNetworkManagementService.java341 public void systemReady() { method in class:NetworkManagementService
H A DNetworkScoreService.java165 void systemReady() { method in class:NetworkScoreService
166 if (DBG) Log.d(TAG, "systemReady");
H A DVibratorService.java226 public void systemReady() { method in class:VibratorService
H A DWiredAccessoryManager.java163 public void systemReady() { method in class:WiredAccessoryManager
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13217 public void systemReady(final Runnable goingCallback) { method in class:ActivityManagerService
13234 mAppOpsService.systemReady();
13339 startHomeActivityLocked(currentUserId, "systemReady");
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java592 mService.systemReady();
714 public void systemReady() { method in class:AudioService
769 if (AudioSystem.systemReady() == AudioSystem.SUCCESS) {
/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/base/services/core/java/com/android/server/content/
H A DContentService.java100 mService.systemReady();
278 void systemReady() { method in class:ContentService

Completed in 1069 milliseconds

123