Searched refs:sourcesTypes (Results 1 – 3 of 3) sorted by relevance
144 std::vector<SourceType> sourcesTypes; member197 size_t vct = interrupt.currencySources.sourcesTypes.size(); in Marshalling()200 … res = res && parcel.WriteInt32(static_cast<int32_t>(interrupt.currencySources.sourcesTypes[i])); in Marshalling()224 interrupt.currencySources.sourcesTypes.push_back(sourceType); in Unmarshalling()
1029 …std::vector<SourceType> incomingConcurrentSources = incomingInterrupt.currencySources.sourcesTypes; in ProcessExistInterrupt()1031 … std::vector<SourceType> existConcurrentSources = (iterActive->first).currencySources.sourcesTypes; in ProcessExistInterrupt()1296 …std::vector<SourceType> incomingConcurrentSources = incomingInterrupt.currencySources.sourcesTypes; in ProcessFocusEntry()1310 … std::vector<SourceType> existConcurrentSources = (iterActive->first).currencySources.sourcesTypes; in ProcessFocusEntry()1537 std::vector<SourceType> incomingConcurrentSources = incoming.currencySources.sourcesTypes; in SimulateFocusEntry()1550 … std::vector<SourceType> existConcurrentSources = inprocessing.currencySources.sourcesTypes; in SimulateFocusEntry()
823 audioInterrupt_.currencySources.sourcesTypes = targetSources; in SetAudioSourceConcurrency()