Searched defs:dummy (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp684 bool dummy; local
685 mPlaylist = fetchPlaylist(url.c_str(), NULL /* curPlaylistHash */, &dummy);
733 // dummy item.
1432 ALOGV("queueing dummy discontinuity for stream type %d", indexToType(j));
/frameworks/av/services/audioflinger/
H A DThreads.h810 { FastTrackUnderruns dummy; return dummy; } local
/frameworks/native/opengl/libagl/
H A Degl.cpp1474 static const EGLint dummy = EGL_NONE; local
1475 attrib_list = &dummy;
/frameworks/av/media/libstagefright/
H A DACodec.cpp3406 // reasonable dummy values
5583 int32_t dummy; local
5584 if (params->findInt32("request-sync", &dummy)) {
H A DMPEG4Writer.cpp763 void *dummy; local
764 pthread_join(mThread, &dummy);
1795 void *dummy; local
1796 pthread_join(mThread, &dummy);
1797 status_t err = static_cast<status_t>(reinterpret_cast<uintptr_t>(dummy));

Completed in 194 milliseconds

12