Searched defs:isStreaming (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/ics/android/support/v4/net/
H A DDatagramSocketWrapper.java77 protected void create(boolean isStreaming) throws IOException { argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h119 virtual bool isStreaming() const { function in struct:android::NuPlayer::Source
H A DGenericSource.cpp342 bool NuPlayer::GenericSource::isStreaming() const { function in class:android::NuPlayer::GenericSource
1533 bool isStreaming) {
1535 prepare_l(cachedSource, wvmExtractor, durationUs, bitrate, isStreaming);
1541 -1 /* bitrate */, false /* isStreaming */);
1598 bool isStreaming) {
1607 mIsStreaming = isStreaming;
1528 prepare( const sp<NuCachedSource2> &cachedSource, const sp<WVMExtractor> &wvmExtractor, int64_t durationUs, int64_t bitrate, bool isStreaming) argument
1593 prepare_l( const sp<NuCachedSource2> &cachedSource, const sp<WVMExtractor> &wvmExtractor, int64_t durationUs, int64_t bitrate, bool isStreaming) argument
/frameworks/av/media/libstagefright/
H A DUtils.cpp1544 bool isStreaming, audio_stream_type_t streamType)
1610 info.is_streaming = isStreaming;
1543 canOffloadStream(const sp<MetaData>& meta, bool hasVideo, bool isStreaming, audio_stream_type_t streamType) argument

Completed in 79 milliseconds