/frameworks/av/media/module/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 | OmxInfoBuilder.cpp | 172 char dummy; in buildMediaCodecList() local 173 if (sscanf(attribute.value.c_str(), "%u%c", &rank, &dummy) != 1) { in buildMediaCodecList()
|
D | MPEG4Writer.cpp | 1122 void *dummy; in stopWriterThread() local 1124 int retVal = pthread_join(mThread, &dummy); in stopWriterThread() 1126 err = static_cast<status_t>(reinterpret_cast<uintptr_t>(dummy)); in stopWriterThread() 3058 void *dummy; in stop() local 3060 int retVal = pthread_join(mThread, &dummy); in stop() 3062 err = static_cast<status_t>(reinterpret_cast<uintptr_t>(dummy)); in stop()
|
/frameworks/av/media/module/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/compile/slang/tests/F_reduce_general_wrong_api/ |
D | reduce_general_wrong_api.rscript | 8 void dummy() {}
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 194 int32_t dummy = 0; in TEST_F() local 195 binderTestIoctlErr1(BINDER_SET_CONTEXT_MGR, &dummy, EBUSY); in TEST_F() 199 int32_t dummy = 0; in TEST_F() local 200 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 375 p.send(&dummy); in worker_fx()
|
/frameworks/libs/binary_translation/tests/ |
D | run_host_tests.mk | 52 echo dummy > $@ 56 echo dummy > $@
|
/frameworks/base/libs/hwui/jni/ |
D | NinePatch.cpp | 106 SkRect dummy; in getTransparentRegion() local 109 while (iter.next(&dummy, &iterDst)) { in getTransparentRegion()
|
/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 | 178 int64_t dummy; in aggregateBuffer() local 180 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); in aggregateBuffer()
|
D | RTSPSource.cpp | 149 sp<AMessage> dummy; in stop() local 150 msg->postAndAwaitResponse(&dummy); in stop()
|
D | RTPSource.cpp | 192 sp<AMessage> dummy; in stop() local 193 msg->postAndAwaitResponse(&dummy); in stop()
|
/frameworks/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 351 uint64_t dummy; in Run() local 352 int rc = TEMP_FAILURE_RETRY(read(event_fd_.get(), &dummy, sizeof(dummy))); in Run()
|
/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/native/libs/input/tests/ |
D | StructLayout_test.cpp | 26 uint32_t dummy; member
|
/frameworks/libs/binary_translation/tiny_loader/ |
D | tiny_loader.cc | 295 uintptr_t dummy; in CheckMemoryRange() local 298 return offset < load_size && !__builtin_add_overflow(load_addr, load_size, &dummy) && in CheckMemoryRange()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 657 char dummy; in buildMediaCodecList() local 658 if (sscanf(codec.rank.c_str(), "%u%c", &xmlRank, &dummy) == 1) { in buildMediaCodecList()
|
D | CCodecConfig.cpp | 1787 char dummy; in getReflectedFormat() local 1789 if (sscanf(schema.c_str(), "webrtc.vp8.%u-layer%c", &numLayers, &dummy) == 1 in getReflectedFormat() 1810 &numLayers, &dummy, &numBLayers, &dummy)) in getReflectedFormat() 1811 && (tags == 1 || (tags == 3 && dummy == '+')) in getReflectedFormat()
|
/frameworks/libs/binary_translation/intrinsics/ |
D | Android.bp | 190 // a "dummy" version on non-linux platform: it would always generate empty header.
|