Home
last modified time | relevance | path

Searched refs:old_source (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dvideo_source_sink_controller.cc38 rtc::VideoSourceInterface<VideoFrame>* old_source = source_; in SetSource() local
41 if (old_source != source && old_source) in SetSource()
42 old_source->RemoveSink(sink_); in SetSource()
/aosp_15_r20/external/pigweed/pw_clock_tree/public/pw_clock_tree/
H A Dclock_tree.h240 ElementType* old_source = source_; in UpdateSource() local
256 old_source->Release().IgnoreError(); in UpdateSource()
/aosp_15_r20/external/mksh/src/
H A Dmain.c849 Source *volatile old_source = source; in shell() local
863 source = old_source; in shell()
905 source = old_source; in shell()
913 source = old_source; in shell()
968 source = old_source; in shell()
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3460 auto old_source = inputDesc->source(); in stopInput() local
3467 old_source != current_source /* force */); in stopInput()