Searched defs:init (Results 126 - 150 of 334) sorted by relevance

1234567891011>>

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java82 public boolean init(RenderScriptGL rs, Resources res) { method in class:FillTest
H A DMeshTest.java83 public boolean init(RenderScriptGL rs, Resources res) { method in class:MeshTest
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java43 public void init(RenderScriptGL rs, Resources res) { method in class:ShadersTestRS
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java35 init(false);
40 init(noCompat);
43 public void init(boolean noCompat) { method in class:TransformTestActivity
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java63 init();
68 init();
71 private void init() { method in class:TestView
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.cpp96 void MessageQueue::init(const sp<SurfaceFlinger>& flinger) function in class:android::MessageQueue
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java57 public void init(int size, int columns, OnColorSelectedListener listener) { method in class:ColorPickerPalette
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DYearPickerView.java64 init(context);
71 private void init(Context context) { method in class:YearPickerView
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java56 init(context, c);
230 private void init(Context context, Cursor c) { method in class:BaseCursorPagerAdapter
/frameworks/rs/cpp/
H A DRenderScript.cpp77 bool RS::init(std::string name, uint32_t flags) { function in class:RS
78 return RS::init(name, RS_VERSION, flags);
427 ALOGV("%s init failed!", filename);
478 bool RS::init(std::string &name, int targetApi, uint32_t flags) { function in class:RS
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java98 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:BallsRS
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:RSTestCore
/frameworks/rs/
H A DrsProgramFragment.cpp34 mRSC->mHal.funcs.fragment.init(mRSC, this, mUserShader, mUserShaderLen,
96 void ProgramFragmentState::init(Context *rsc) { function in class:ProgramFragmentState
H A DrsProgramStore.cpp73 void ProgramStore::init() { function in class:ProgramStore
74 mRSC->mHal.funcs.store.init(mRSC, this);
118 pfs->init();
129 void ProgramStoreState::init(Context *rsc) { function in class:ProgramStoreState
H A DrsScriptIntrinsic.cpp34 bool ScriptIntrinsic::init(Context *rsc, RsScriptIntrinsicID iid, Element *e) { function in class:ScriptIntrinsic
100 if (!si->init(rsc, (RsScriptIntrinsicID)id, (Element *)ve)) {
H A DrsThreadIO.cpp41 void ThreadIO::init() { function in class:ThreadIO
42 mToClient.init();
43 mToCore.init();
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp58 int JetPlayer::init() function in class:android::JetPlayer
68 ALOGE("JetPlayer::init(): EAS library configuration could not be retrieved, aborting.");
72 // init the EAS library
75 ALOGE("JetPlayer::init(): Error initializing Sonivox EAS library, aborting.");
79 // init the JET library with the default app event controller range
82 ALOGE("JetPlayer::init(): Error initializing JET library, aborting.");
99 ALOGV("JetPlayer::init(): trying to start render thread");
106 ALOGV("JetPlayer::init(): render thread(%d) successfully started.", mTid);
109 ALOGE("JetPlayer::init(): failed to start render thread.");
H A DMediaScanner.cpp248 void MediaAlbumArt::init(MediaAlbumArt *instance, int32_t dataSize, const void *data) { function in class:android::MediaAlbumArt
256 init(result, dataSize, data);
H A Dmediarecorder.cpp80 status_t MediaRecorder::init() function in class:android::MediaRecorder
82 ALOGV("init");
88 ALOGE("init called in an invalid state(%d)", mCurrentState);
92 status_t ret = mMediaRecorder->init();
94 ALOGV("init failed: %d", ret);
122 ALOGV("Call init() since the media recorder is not initialized yet");
123 status_t ret = init();
153 ALOGV("Call init() since the media recorder is not initialized yet");
154 status_t ret = init();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp257 status_t MediaRecorderClient::init() function in class:android::MediaRecorderClient
259 ALOGV("init");
265 return mRecorder->init();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp115 init();
156 void MPEG2TSExtractor::init() { function in class:android::MPEG2TSExtractor
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp56 void init() {} function in class:android::AudioResamplerOrder1
259 resampler->init();
/frameworks/base/cmds/bootanimation/
H A DAudioPlayer.cpp140 bool AudioPlayer::init(const char* config) function in class:android::AudioPlayer

Completed in 3345 milliseconds

1234567891011>>