Searched defs:mGroup (Results 1 - 25 of 47) sorted by relevance

12

/frameworks/av/cmds/stagefright/
H A DSineSource.h35 MediaBufferGroup *mGroup; member in struct:android::SineSource
H A Drecordvideo.cpp70 mGroup.add_buffer(new MediaBuffer(mSize));
102 status_t err = mGroup.acquire_buffer(buffer);
129 MediaBufferGroup mGroup; member in class:DummySource
/frameworks/av/include/media/stagefright/
H A DJPEGSource.h43 MediaBufferGroup *mGroup; member in struct:android::JPEGSource
H A DMidiExtractor.h45 MediaBufferGroup *mGroup; member in class:android::MidiEngine
/frameworks/av/media/libstagefright/foundation/include/
H A DJPEGSource.h43 MediaBufferGroup *mGroup; member in struct:android::JPEGSource
H A DMidiExtractor.h45 MediaBufferGroup *mGroup; member in class:android::MidiEngine
/frameworks/av/media/libstagefright/include/
H A DJPEGSource.h43 MediaBufferGroup *mGroup; member in struct:android::JPEGSource
H A DMidiExtractor.h45 MediaBufferGroup *mGroup; member in class:android::MidiEngine
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DExpandableNotificationRowTest.java45 private ExpandableNotificationRow mGroup; field in class:ExpandableNotificationRowTest
51 mGroup = mNotificationTestHelper.createGroup();
56 mGroup.setSensitive(true, true);
57 mGroup.setHideSensitive(true, false, 0, 0);
58 Assert.assertTrue(mGroup.isSummaryWithChildren());
59 Assert.assertFalse(mGroup.isShowingIcon());
64 mGroup.setSensitive(true, true);
65 mGroup.setHideSensitive(true, false, 0, 0);
66 mGroup.setHideSensitive(false, true, 0, 0);
67 Assert.assertTrue(mGroup
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainerTest.java42 private ExpandableNotificationRow mGroup; field in class:NotificationChildrenContainerTest
49 mGroup = mNotificationTestHelper.createGroup();
54 mGroup.setIsLowPriority(true);
55 NotificationChildrenContainer childrenContainer = mGroup.getChildrenContainer();
59 mGroup.setIsLowPriority(false);
66 NotificationChildrenContainer childrenContainer = mGroup.getChildrenContainer();
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java36 private ScriptGroup mGroup; field in class:GroupTest
83 mGroup = b.create("group", c.getReturn());
92 mOutPixelsAllocation = (Allocation)mGroup.execute(mInPixelsAllocation)[0];
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h65 MediaBufferGroup *mGroup; member in class:android::AacAdtsSource
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupChildrenTest.java35 private ViewGroup mGroup; field in class:ViewGroupChildrenTest
46 mGroup = (ViewGroup) a.findViewById(R.id.group);
51 assertNotNull(mGroup);
56 assertEquals("A ViewGroup should have no child by default", 0, mGroup.getChildCount());
63 mGroup.addView(view);
65 assertEquals(1, mGroup.getChildCount());
66 ViewAsserts.assertGroupIntegrity(mGroup);
67 ViewAsserts.assertGroupContains(mGroup, view);
76 mGroup.addView(view);
80 mGroup
[all...]
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioStream.java48 private AudioGroup mGroup; field in class:AudioStream
68 return mGroup != null;
75 return mGroup;
89 if (mGroup == group) {
92 if (mGroup != null) {
93 mGroup.remove(this);
94 mGroup = null;
98 mGroup = group;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java29 private ScriptGroup mGroup; field in class:GroupTest
69 mGroup = b.create();
86 mGroup.setOutput(mMatrix.getKernelID(), mOutPixelsAllocation);
87 mGroup.execute();
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DGroupTest.java36 private ScriptGroup mGroup; field in class:GroupTest
76 mGroup = b.create();
93 mGroup.setOutput(mMatrix.getKernelID(), mOutPixelsAllocation);
94 mGroup.execute();
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h36 mGroup.add_buffer(new MediaBuffer(mSize));
65 status_t err = mGroup.acquire_buffer(buffer);
87 MediaBufferGroup mGroup; member in class:android::VideoSource
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.h54 CpuScriptGroup2Impl* mGroup; member in class:android::renderscript::Batch
75 const ScriptGroup2* mGroup; member in class:android::renderscript::CpuScriptGroup2Impl
/frameworks/av/include/media/
H A DIMediaSource.h195 std::unique_ptr<MediaBufferGroup> mGroup; member in class:BnMediaSource
/frameworks/av/media/libmedia/include/media/
H A DIMediaSource.h195 std::unique_ptr<MediaBufferGroup> mGroup; member in class:BnMediaSource
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java49 private ScriptGroup mGroup; field in class:RsYuv
99 mGroup = b.create();
115 mGroup.setOutput(mScript.getKernelID_root(), mAllocationOut);
116 mGroup.execute();
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp63 MediaBufferGroup *mGroup; member in class:android::AACSource
246 mGroup(NULL),
267 mGroup = new MediaBufferGroup;
268 mGroup->add_buffer(new MediaBuffer(kMaxFrameSize));
277 delete mGroup;
278 mGroup = NULL;
309 status_t err = mGroup->acquire_buffer(&buffer);
H A DAMRExtractor.cpp61 MediaBufferGroup *mGroup; member in class:android::AMRSource
217 mGroup(NULL),
235 mGroup = new MediaBufferGroup;
236 mGroup->add_buffer(new MediaBuffer(128));
245 delete mGroup;
246 mGroup = NULL;
307 status_t err = mGroup->acquire_buffer(&buffer);
/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h93 , mGroup(ptr)
99 VectorDrawable::Group* mGroup; member in class:android::uirenderer::GroupPropertyValuesHolder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java92 for (int i = 0; i < mGroup.getChildCount(); i++) {
93 mDarkIconDispatcher.removeDarkReceiver((ImageView) mGroup.getChildAt(i));
95 mGroup.removeAllViews();
100 mDarkIconDispatcher.removeDarkReceiver((ImageView) mGroup.getChildAt(viewIndex));
107 mDarkIconDispatcher.applyDark((ImageView) mGroup.getChildAt(viewIndex));
115 protected final ViewGroup mGroup; field in class:StatusBarIconController.IconManager
120 mGroup = group;
135 mGroup.addView(view, index, onCreateLayoutParams());
149 mGroup.removeAllViews();
153 ImageView imageView = (ImageView) mGroup
[all...]

Completed in 460 milliseconds

12