Searched refs:recorderProfilesStubMap_ (Results 1 – 2 of 2) sorted by relevance
159 recorderProfilesStubMap_.clear(); in ~MediaServerManager()270 CHECK_AND_RETURN_RET_LOG(recorderProfilesStubMap_.size() < SERVER_MAX_NUMBER, in CreateRecorderProfilesStubObject()272 "Please release the applied resources.", recorderProfilesStubMap_.size()); in CreateRecorderProfilesStubObject()282 recorderProfilesStubMap_[object] = pid; in CreateRecorderProfilesStubObject()283 …MEDIA_LOGD("The number of recorder_profiles services(%{public}zu).", recorderProfilesStubMap_.size… in CreateRecorderProfilesStubObject()513 … for (auto it = recorderProfilesStubMap_.begin(); it != recorderProfilesStubMap_.end(); it++) { in DestroyAVRecorderStub()516 recorderProfilesStubMap_.size(), pid); in DestroyAVRecorderStub()517 (void)recorderProfilesStubMap_.erase(it); in DestroyAVRecorderStub()723 …for (auto itMediaProfile = recorderProfilesStubMap_.begin(); itMediaProfile != recorderProfilesStu… in DestroyAVRecorderStubForPid()726 itMediaProfile = recorderProfilesStubMap_.erase(itMediaProfile); in DestroyAVRecorderStubForPid()[all …]
115 std::map<sptr<IRemoteObject>, pid_t> recorderProfilesStubMap_; variable