Home
last modified time | relevance | path

Searched refs:AudioScheduleGuard (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioschedule/include/
H A Daudio_schedule_guard.h25 class AudioScheduleGuard { class
27 AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName = "audio_server");
29 AudioScheduleGuard(const AudioScheduleGuard&) = delete;
31 AudioScheduleGuard operator=(const AudioScheduleGuard&) = delete;
33 AudioScheduleGuard(AudioScheduleGuard&& audioScheduleGuard);
35 bool operator==(const AudioScheduleGuard&) const = default;
37 AudioScheduleGuard
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp126 AudioScheduleGuard::AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName) in AudioScheduleGuard() function in OHOS::AudioStandard::AudioScheduleGuard
133 AudioScheduleGuard::AudioScheduleGuard(AudioScheduleGuard&& audioScheduleGuard) in AudioScheduleGuard() function in OHOS::AudioStandard::AudioScheduleGuard
140 AudioScheduleGuard& AudioScheduleGuard::operator=(AudioScheduleGuard&& audioScheduleGuard) in operator =()
146 AudioScheduleGuard temp(std::move(*this)); in operator =()
155 AudioScheduleGuard
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_thread_task.cpp135 AudioScheduleGuard scheduleGuard(getpid(), gettid()); in RunJob()

Completed in 2 milliseconds