OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopStreams
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPI_v9_2.h
66
virtual HRESULT
StopStreams
(void) = 0;
DeckLinkAPI_v7_3.h
148
virtual HRESULT
StopStreams
(void) = 0;
DeckLinkAPI_v7_1.h
161
virtual HRESULT STDMETHODCALLTYPE
StopStreams
() = 0;
DeckLinkAPI_v7_6.h
223
virtual HRESULT
StopStreams
(void) = 0;
DeckLinkAPI.h
554
virtual HRESULT
StopStreams
(void) = 0;
[
all
...]
/external/chromium_org/media/audio/mac/
audio_manager_mac.cc
215
void
StopStreams
(std::list<T*>* streams) {
701
StopStreams
(&input_streams_);
702
StopStreams
(&output_streams_);
Completed in 8636 milliseconds