Searched refs:setup (Results 1 - 25 of 270) sorted by path

1234567891011

/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp58 err = mExtTexProgram.setup(Program::PROGRAM_EXTERNAL_TEXTURE);
H A DOverlay.cpp150 err = mTexProgram.setup(Program::PROGRAM_TEXTURE_2D);
154 err = mExtTexProgram.setup(Program::PROGRAM_EXTERNAL_TEXTURE);
307 err = texProgram.setup(Program::PROGRAM_TEXTURE_2D);
H A DProgram.cpp71 status_t Program::setup(ProgramType type) { function in class:Program
72 ALOGV("Program::setup type=%d", type);
H A DProgram.h49 status_t setup(ProgramType type);
/frameworks/av/media/libaaudio/examples/utils/
H A DSineGenerator.h28 void setup(double frequency, double frameRate) { function in class:SineGenerator
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine.cpp96 myData.sineOsc1.setup(440.0, actualSampleRate);
97 myData.sineOsc2.setup(660.0, actualSampleRate);
H A Dwrite_sine_callback.cpp57 myData.sineOsc1.setup(440.0, 48000);
59 myData.sineOsc2.setup(660.0, 48000);
/frameworks/av/media/libaaudio/src/binding/
H A DAudioEndpointParcelable.cpp57 mSharedMemories[index].setup(fd, sizeInBytes);
H A DRingBufferParcelable.cpp41 mReadCounterParcelable.setup(sharedMemoryIndex, readCounterOffset, counterSizeBytes);
42 mWriteCounterParcelable.setup(sharedMemoryIndex, writeCounterOffset, counterSizeBytes);
43 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes);
49 mReadCounterParcelable.setup(sharedMemoryIndex, 0, 0);
50 mWriteCounterParcelable.setup(sharedMemoryIndex, 0, 0);
51 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes);
H A DSharedMemoryParcelable.cpp42 void SharedMemoryParcelable::setup(int fd, int32_t sizeInBytes) { function in class:SharedMemoryParcelable
H A DSharedMemoryParcelable.h46 void setup(int fd, int32_t sizeInBytes);
H A DSharedRegionParcelable.cpp41 void SharedRegionParcelable::setup(int32_t sharedMemoryIndex, function in class:SharedRegionParcelable
H A DSharedRegionParcelable.h40 void setup(int32_t sharedMemoryIndex, int32_t offsetInBytes, int32_t sizeInBytes);
/frameworks/av/media/libaaudio/tests/
H A Dtest_marshalling.cpp53 sharedMemoryA.setup(fd, memSizeBytes);
86 sharedMemories[0].setup(fd, memSizeBytes);
89 sharedRegionA.setup(0, regionOffset1, regionSize1);
124 sharedMemories[0].setup(fd, memSizeBytes);
137 // setup A
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.cpp42 status_t ARTPSession::setup(const sp<ASessionDescription> &desc) { function in class:android::ARTPSession
H A DARTPSession.h33 status_t setup(const sp<ASessionDescription> &desc);
H A Drtp_test.cpp164 CHECK_EQ(session->setup(desc), (status_t)OK);
/frameworks/base/core/java/android/app/
H A DTabActivity.java118 mTabHost.setup(getLocalActivityManager());
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java439 * Initializes the threaded renderer for the specified surface and setup the
442 * reinitialized and setup when the render {@link #isRequested()} and
460 setup(width, height, attachInfo, surfaceInsets);
528 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { method in class:ThreadedRenderer
586 * was last set to in a call to {@link #setup(int, int, View.AttachInfo, Rect)}.
596 * was last set to in a call to {@link #setup(int, int, View.AttachInfo, Rect)}.
H A DViewRootImpl.java1324 * transitionsa re added by LayoutTransition itself when it sets up animations. The setup
2133 threadedRenderer.setup(mWidth, mHeight, mAttachInfo,
/frameworks/base/core/java/android/widget/
H A DTabHost.java130 * <p>Call setup() before adding tabs if loading TabHost using findViewById().
131 * <i><b>However</i></b>: You do not need to call setup() after getTabHost()
135 mTabHost.setup();
138 public void setup() { method in class:TabHost
195 public void setup(LocalActivityManager activityGroup) { method in class:TabHost
196 setup();
767 throw new IllegalStateException("Did you forget to call 'public void setup(LocalActivityManager activityGroup)'?");
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp555 proxy->setup(0, 0, 0);
H A Dandroid_view_ThreadedRenderer.cpp681 proxy->setup(lightRadius, ambientShadowAlpha, spotShadowAlpha);
903 proxy.setup(0, 0, 0);
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DFontResourcesParserTest.java54 public void setup() { method in class:FontResourcesParserTest
/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTextMeasuringTest.java44 public void setup() { method in class:StaticLayoutTextMeasuringTest

Completed in 1986 milliseconds

1234567891011