Searched refs:setSize (Results 51 - 75 of 129) sorted by relevance

123456

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp789 notify->setSize("trackIndex", trackIndex);
867 msg->setSize(
967 notify->setSize("trackIndex", trackIndex);
982 notify->setSize("trackIndex", trackIndex);
992 notify->setSize("trackIndex", trackIndex);
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h719 notify->setSize("track-index", trackIndex);
1599 reply->setSize("index", index);
1686 reply->setSize("index", index);
1687 reply->setSize("track-index", mTracks.size() - 1);
1925 msg->setSize("trackIndex", trackIndex);
1933 msg->setSize("trackIndex", trackIndex);
1941 msg->setSize("trackIndex", trackIndex);
1949 msg->setSize("trackIndex", trackIndex);
H A DARTPSession.cpp86 notify->setSize("track-index", mTracks.size() - 1);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp175 notify->setSize("trackIndex", trackIndex);
384 notify->setSize("numBytesQueued", numBytesQueued);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp558 f_pDynamic->setSize(file_format->getDynamic().size());
706 getOutputFormat()->getShStrTab().setSize(shstrtab);
824 file_format->getDynSymTab().setSize(dynsym *
827 file_format->getDynSymTab().setSize(dynsym *
830 file_format->getDynStrTab().setSize(dynstr);
831 file_format->getHashTab().setSize(hash);
832 file_format->getGNUHashTab().setSize(gnuhash);
842 file_format->getDynamic().setSize(dynamic().numOfBytes());
848 file_format->getSymTab().setSize(symtab * sizeof(llvm::ELF::Elf32_Sym));
850 file_format->getSymTab().setSize(symta
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h99 void setSize(const char *name, size_t value);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAMessage.h99 void setSize(const char *name, size_t value);
/frameworks/av/media/libstagefright/include/foundation/
H A DAMessage.h99 void setSize(const char *name, size_t value);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java577 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
1131 public void setSize(int w, int h) { method in class:SurfaceView.SurfaceControlWithBackground
1132 super.setSize(w, h);
1133 mBackgroundControl.setSize(w, h);
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java136 public void setSize(int width, int height) { method in class:EdgeEffect
348 * {@link #setSize(int, int) input size}.
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp73 layerUpdater->setSize(width, height);
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DSensorLoggerSession.java144 p.setSize(ev.getSize(i));
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java140 setSize(w, h);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWatermark.java133 mSurfaceControl.setSize(dw, dh);
H A DDimLayer.java48 /** Next values to pass to mDimSurface.setPosition() and mDimSurface.setSize() */
51 /** Last values passed to mDimSurface.setPosition() and mDimSurface.setSize() */
199 mDimSurface.setSize(mBounds.width(), mBounds.height());
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h110 void setSize(SizeType pSize) { m_Size = pSize; } function in class:mcld::ResolveInfo
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp160 pTo.getSection().setSize(offset);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp77 m_Section.setSize(size);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp100 m_Section.setSize(size);
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h84 status_t setSize(layer_id id, const SizeChange& sc);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DWindowAlignment.java169 public final void setSize(int size) { method in class:WindowAlignment.Axis
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java294 mCanvas.setSize(width, height);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h154 status_t setSize(const sp<IBinder>& id, uint32_t w, uint32_t h);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp148 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
321 status_t Composer::setSize(const sp<SurfaceComposerClient>& client, function in class:android::Composer
771 status_t SurfaceComposerClient::setSize(const sp<IBinder>& id, uint32_t w, uint32_t h) { function in class:android::SurfaceComposerClient
772 return getComposer().setSize(this, id, w, h);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp557 msg->setSize("buffer-ix", bufferIx);
663 msg->setSize("buffer-ix", index);
725 reply->setSize("buffer-ix", index);

Completed in 2317 milliseconds

123456