Home
last modified time | relevance | path

Searched refs:audioScheduleGuard (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp133 AudioScheduleGuard::AudioScheduleGuard(AudioScheduleGuard&& audioScheduleGuard) in AudioScheduleGuard() argument
134 : pid_(audioScheduleGuard.pid_), tid_(audioScheduleGuard.tid_), in AudioScheduleGuard()
135 bundleName_(std::move(audioScheduleGuard.bundleName_)), isReported_(audioScheduleGuard.isReported_) in AudioScheduleGuard()
137 audioScheduleGuard.isReported_ = false; in AudioScheduleGuard()
140 AudioScheduleGuard& AudioScheduleGuard::operator=(AudioScheduleGuard&& audioScheduleGuard) in operator =() argument
142 if (*this == audioScheduleGuard) { in operator =()
143 audioScheduleGuard.isReported_ = false; in operator =()
147 this->bundleName_ = std::move(audioScheduleGuard in operator =()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/include/
H A Daudio_schedule_guard.h33 AudioScheduleGuard(AudioScheduleGuard&& audioScheduleGuard);
37 AudioScheduleGuard& operator=(AudioScheduleGuard&& audioScheduleGuard);

Completed in 1 milliseconds