/frameworks/av/media/libstagefright/foundation/ |
D | ABitReader.cpp | 96 uint32_t dummy; in skipBits() local 98 if (!getBitsGraceful(32, &dummy)) { in skipBits() 105 return getBitsGraceful(n, &dummy); in skipBits()
|
/frameworks/base/core/tests/benchmarks/src/android/util/ |
D | StreamsBenchmark.java | 33 private OutputStream dummy = new OutputStream() { field in StreamsBenchmark 68 final FastPrintWriter pw = new FastPrintWriter(dummy); in timeDirect() 92 final FastPrintWriter pw = new FastPrintWriter(dummy); in timeStreams()
|
/frameworks/av/media/libstagefright/ |
D | AMRWriter.cpp | 151 void *dummy; in reset() local 153 pthread_join(mThread, &dummy); in reset() 155 status_t err = static_cast<status_t>(reinterpret_cast<uintptr_t>(dummy)); in reset()
|
D | AACWriter.cpp | 156 void *dummy; in reset() local 158 pthread_join(mThread, &dummy); in reset() 160 status_t err = static_cast<status_t>(reinterpret_cast<uintptr_t>(dummy)); in reset()
|
D | OggWriter.cpp | 241 void* dummy; in reset() local 242 pthread_join(mThread, &dummy); in reset() 244 status_t err = static_cast<status_t>(reinterpret_cast<uintptr_t>(dummy)); in reset()
|
D | OmxInfoBuilder.cpp | 172 char dummy; in buildMediaCodecList() local 173 if (sscanf(attribute.value.c_str(), "%u%c", &rank, &dummy) != 1) { in buildMediaCodecList()
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | fastcodemb.h | 70 Int dctMode, Int comp, Int dummy); 77 UChar *bitmaprow, UInt *bitmapzz, Int dummy); 91 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy);
|
D | fastquant.cpp | 151 Int dctMode, Int comp, Int dummy, UChar shortHeader) in BlockQuantDequantH263Inter() argument 167 OSCL_UNUSED_ARG(dummy); in BlockQuantDequantH263Inter() 442 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader) in BlockQuantDequantH263DCInter() argument 453 OSCL_UNUSED_ARG(dummy); in BlockQuantDequantH263DCInter() 853 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy) in BlockQuantDequantMPEGDCInter() argument 861 OSCL_UNUSED_ARG(dummy); in BlockQuantDequantMPEGDCInter()
|
D | mp4enc_lib.h | 67 Int dctMode, Int comp, Int dummy, UChar shortHeader); 74 … UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader); 89 … UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy);
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 196 int32_t dummy = 0; in TEST_F() local 197 binderTestIoctlErr1(BINDER_SET_CONTEXT_MGR, &dummy, EBUSY); in TEST_F() 201 int32_t dummy = 0; in TEST_F() local 202 binderTestIoctl(BINDER_THREAD_EXIT, &dummy); in TEST_F()
|
D | schd-dbg.cpp | 305 void* dummy; in thread_transaction() local 316 ASSERT(!pthread_join(thread, &dummy)); in thread_transaction() 323 int dummy; in worker_fx() local 372 p.send(&dummy); in worker_fx()
|
/frameworks/compile/slang/tests/F_reduce_general_wrong_api/ |
D | reduce_general_wrong_api.rscript | 8 void dummy() {}
|
/frameworks/base/libs/hwui/jni/ |
D | NinePatch.cpp | 106 SkRect dummy; in getTransparentRegion() local 109 while (iter.next(&dummy, &iterDst)) { in getTransparentRegion()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmSessionManager.cpp | 185 Vector<uint8_t> dummy; in reclaimSession() local 187 …ScopedAStatus status = service->reclaimResource(callingPid, toResourceVec(dummy, INT64_MAX), &succ… in reclaimSession()
|
/frameworks/opt/net/ims/ |
D | README.txt | 55 It's for providing the dummy calls which are disconnected with the IMS network after 96 It's for providing the dummy calls which are disconnected with the IMS network after 104 1-to-1 call is established. It's for providing the dummy calls which are disconnected with
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 179 int64_t dummy; in aggregateBuffer() local 181 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); in aggregateBuffer()
|
D | RTPSource.cpp | 190 sp<AMessage> dummy; in stop() local 191 msg->postAndAwaitResponse(&dummy); in stop()
|
D | RTSPSource.cpp | 150 sp<AMessage> dummy; in stop() local 151 msg->postAndAwaitResponse(&dummy); in stop()
|
/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 273 #define __android_second(dummy, second, ...) second argument
|
/frameworks/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 349 uint64_t dummy; in Run() local 350 int rc = TEMP_FAILURE_RETRY(read(event_fd_.get(), &dummy, sizeof(dummy))); in Run()
|
/frameworks/base/startop/scripts/app_startup/ |
D | parse_metrics | 40 -s, --simulate prints dummy values instead of real metrics
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 141 PluginListener<Plugin> dummy = null; in getOneShotPlugin() local 142 PluginInstanceManager<T> p = mFactory.createPluginInstanceManager(mContext, action, dummy, in getOneShotPlugin()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 1208 C2FieldDescriptor dummy = { in descendInto() local 1215 desc->cbegin(), desc->cend(), dummy, in descendInto() 1228 if (GetEndOffset(dummy) > GetEndOffset(field, structSize)) { in descendInto() 1232 uint32_t startIndex = (GetOffset(dummy) - GetOffset(field)) / GetSize(field); in descendInto() 1234 (GetEndOffset(dummy) - GetOffset(field) + GetSize(field) - 1) / GetSize(field); in descendInto()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 554 char dummy; in buildMediaCodecList() local 555 if (sscanf(codec.rank.c_str(), "%u%c", &xmlRank, &dummy) == 1) { in buildMediaCodecList()
|
/frameworks/native/libs/input/tests/ |
D | StructLayout_test.cpp | 26 uint32_t dummy; member
|