Searched defs:tmp (Results 101 - 125 of 183) sorted by relevance

12345678

/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp247 int tmp[10]; local
250 tmp, tmp+1, tmp+2, tmp+3, tmp+4, tmp+5, tmp+6, tmp+7, tmp
[all...]
/frameworks/base/cmds/incident/
H A Dmain.cpp109 IncidentSection tmp = curr; local
111 sections[k] = tmp;
/frameworks/base/core/jni/android/graphics/
H A DCreateJavaOutputStreamAdaptor.cpp74 char tmp; variable
75 amount = this->doRead(&tmp, 1, env);
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp88 security_context_t tmp = NULL; local
89 int ret = getpeercon(fd, &tmp);
90 Unique_SecurityContext context(tmp);
157 char *tmp = const_cast<char *>(context.c_str()); local
158 int ret = setfilecon(path.c_str(), tmp);
184 security_context_t tmp = NULL; local
185 int ret = getfilecon(path.c_str(), &tmp);
186 Unique_SecurityContext context(tmp);
210 security_context_t tmp = NULL; local
211 int ret = getcon(&tmp);
237 security_context_t tmp = NULL; local
[all...]
H A Dandroid_os_HwBlob.cpp451 hidl_string tmp; local
452 tmp.setToExternal(static_cast<const char *>(subBlob->data()), size - 1);
455 blob->write(offset, &tmp, sizeof(tmp));
/frameworks/base/libs/common_time/
H A Dclock_recovery.cpp374 int64_t tmp; local
380 time_to_cur_slew_.doForwardTransform(now, &tmp);
382 if (tmp > INT16_MAX)
384 else if (tmp < INT16_MIN)
387 cur_correction_ = static_cast<int16_t>(tmp);
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp638 char tmp = c[0]; local
642 c[0] = tmp;
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp399 char tmp = c[0]; local
403 c[0] = tmp;
/frameworks/base/tools/bit/
H A Daapt.cpp185 Scope* tmp = scope; local
187 delete tmp;
233 Scope* tmp = scope; local
235 delete tmp;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h291 Self tmp = *this; local
293 return tmp;
H A DBinTree.h161 Self tmp = *this; local
163 return tmp;
224 Self tmp = *this; local
226 return tmp;
235 Self tmp = *this; local
237 return tmp;
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h96 Self tmp = *this; local
98 return tmp;
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp61 Category* tmp = current; local
63 delete tmp;
/frameworks/ml/nn/common/include/
H A DOperationsUtils.h111 int32_t tmp = (out_size - 1) * stride + filter_size; local
112 if (tmp > in_size) {
113 *padding_head = (tmp - in_size) / 2;
114 *padding_tail = (tmp - in_size) - *padding_head;
/frameworks/native/cmds/cmd/
H A Dcmd.cpp106 security_context_t tmp = NULL; local
107 getfilecon(fullPath.string(), &tmp);
108 Unique_SecurityContext context(tmp);
/frameworks/rs/
H A DrsProgramVertex.cpp198 uintptr_t tmp[4]; local
199 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
200 tmp[1] = (uintptr_t)inputType.get();
201 tmp[2] = RS_PROGRAM_PARAM_INPUT;
202 tmp[3] = (uintptr_t)attrElem.get();
205 nullptr, 0, nullptr, tmp, 4);
/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp495 MediaBufferBase *tmp; local
496 CHECK_EQ(mGroup->acquire_buffer(&tmp), (status_t)OK);
497 tmp->set_range(0, 2 * n);
499 memcpy_to_i16_from_u8((int16_t *)tmp->data(), (const uint8_t *)buffer->data(), n);
501 buffer = tmp;
/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp457 int tmp[10]; local
460 tmp, tmp+1, tmp+2, tmp+3, tmp+4, tmp+5, tmp+6, tmp+7, tmp
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2CCDecoder.cpp64 char tmp[128]; local
76 snprintf(tmp, sizeof(tmp), "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
80 snprintf(tmp, sizeof(tmp), "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
84 snprintf(tmp, sizeof(tmp), "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
88 snprintf(tmp, sizeof(tmp), "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
92 snprintf(tmp, sizeo
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp63 char tmp[128]; local
75 snprintf(tmp, sizeof(tmp), "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
79 snprintf(tmp, sizeof(tmp), "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
83 snprintf(tmp, sizeof(tmp), "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
87 snprintf(tmp, sizeof(tmp), "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
91 snprintf(tmp, sizeo
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp47 tmp = *rec + tmp; \
48 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
49 *rec++ = tmp; \
53 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
54 *rec++ = tmp; \
326 int tmp; local
848 int32 tmp; local
1321 int tmp; local
1861 Int tmp, tmp2; local
[all...]
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp566 int32_t tmp; local
567 if (buffer != NULL && buffer->meta()->findInt32("eos", &tmp) && tmp) {
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp542 char tmp[16]; local
543 snprintf(tmp, sizeof(tmp), "%d", (int)*frameData);
545 id->setTo(tmp);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp380 unsigned tmp; local
386 tmp = ptr[offset++];
387 muxSlotLengthBytes += tmp;
388 } while (tmp == 0xff);
/frameworks/native/include/binder/
H A DParcel.h674 sp<IBinder> tmp; local
675 status_t ret = readStrongBinder(&tmp);
678 *val = interface_cast<T>(tmp);
690 sp<IBinder> tmp; local
691 status_t ret = readNullableStrongBinder(&tmp);
694 *val = interface_cast<T>(tmp);
696 if (val->get() == nullptr && tmp.get() != nullptr) {

Completed in 943 milliseconds

12345678