Searched refs:push (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java41 * @param object the object to push
43 public void push(T object) { method in class:Stack
/frameworks/base/media/libstagefright/codecs/common/include/
H A DvoAMRWB.h29 #pragma pack(push, 4)
/frameworks/base/media/libstagefright/foundation/
H A DAAtomizer.cpp33 mAtoms.push(List<AString>());
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp33 mMsgQueue.push(msg);
54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0));
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java123 mUris.push(uri);
148 mUris.push(nextUri);
155 mUris.push(mUris.lastElement());
/frameworks/base/include/utils/
H A DVectorImpl.h78 void push();
79 void push(const void* item);
185 void push();
186 void push(const void* item);
H A DVector.h134 inline void push();
136 void push(const TYPE& item);
137 //! same as push() but returns the index the item was added at (or an error)
139 //! same as push() but returns the index the item was added at (or an error)
283 void Vector<TYPE>::push(const TYPE& item) { function in class:android::Vector
284 return VectorImpl::push(&item);
308 void Vector<TYPE>::push() { function in class:android::Vector
309 VectorImpl::push();
/frameworks/base/media/libstagefright/omx/
H A DOMXPVCodecsPlugin.cpp88 roles->push(s);
/frameworks/base/media/libstagefright/rtsp/
H A DASessionDescription.cpp52 mTracks.push(Attribs());
53 mFormats.push(AString("[root]"));
134 mTracks.push(Attribs());
135 mFormats.push(AString(line, 2, line.size() - 2));
H A DAAMRAssembler.cpp176 tableOfContents.push(toc);
/frameworks/opt/emoji/
H A DEmojiFactory.cpp117 g_factories->push(factory);
120 g_handles->push(handle);
/frameworks/base/libs/utils/
H A DLooper.cpp72 mRequestedFds.push(requestedFd);
79 mRequests.push(request);
444 mResponses.push(response);
519 mRequestedFds.push(requestedFd);
520 mRequests.push(request);
H A DVectorImpl.cpp224 void VectorImpl::push() function in class:android::VectorImpl
226 push(0);
229 void VectorImpl::push(const void* item) function in class:android::VectorImpl
/frameworks/base/media/libstagefright/mpeg2ts/
H A DESQueue.cpp165 frameOffsets.push(offset + headerSize);
166 frameSizes.push(aac_frame_length - headerSize);
353 nals.push(pos);
H A DMPEG2TSExtractor.cpp182 mSourceImpls.push(impl);
193 mSourceImpls.push(impl);
/frameworks/base/libs/rs/
H A DrsElement.cpp107 rsc->mStateElement.mElements.push(e);
142 rsc->mStateElement.mElements.push(e);
H A DrsFileA3D.cpp175 mStrings.push(s);
199 mIndex.push(e);
/frameworks/base/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp373 frameSizes.push(frameSize);
387 frameSizes.push(frameSize);
421 frameSizes.push(frameSize);
431 frameSizes.push(frameSize);
773 mTracks.push();
/frameworks/base/native/android/
H A Dstorage_manager.cpp77 mCallbacks.push(cb);
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp721 mediaSources.push(mediaSource);
732 mediaSources.push(mediaSource);
795 mediaSources.push(source);
/frameworks/base/media/libstagefright/codecs/avc/dec/
H A DAVCDecoder.cpp184 mCodecSpecificData.push(buffer);
571 mFrames.push(buffer);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp178 mInFlightEvents.push(inflight);
226 mInFlightEvents.push(inflight);
273 mAvailKeyEvents.push(static_cast<KeyEvent*>(event));
275 mAvailMotionEvents.push(static_cast<MotionEvent*>(event));
/frameworks/base/libs/ui/
H A DInput.cpp164 mSampleEventTimes.push(eventTime);
/frameworks/base/media/libstagefright/
H A DSampleIterator.cpp114 mCurrentChunkSampleSizes.push(sampleSize);
/frameworks/base/media/libstagefright/httplive/
H A DM3UParser.cpp198 mItems.push();

Completed in 6820 milliseconds

123