Searched defs:init (Results 101 - 125 of 165) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java202 protected abstract void init(Params params); method in class:GridScenario
239 init(params);
H A DInternalSelectionView.java64 init();
73 init();
76 private void init() { method in class:InternalSelectionView
H A DExpandableListScenario.java378 protected final void init(Params params) { method in class:ExpandableListScenario
379 init((ExpandableParams) params);
383 * @see ListScenario#init
385 protected abstract void init(ExpandableParams params); method in class:ExpandableListScenario
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java53 init();
56 private void init() { method in class:AnimatedRotateDrawable
268 init();
/frameworks/base/libs/audioflinger/
H A DAudioResampler.cpp50 void init() {} function in class:android::AudioResamplerOrder1
109 resampler->init();
H A DAudioResamplerSinc.cpp169 void AudioResamplerSinc::init() { function in class:android::AudioResamplerSinc
H A DA2dpAudioInterface.cpp228 init();
285 status = init();
310 status_t A2dpAudioInterface::A2dpAudioStreamOut::init() function in class:android::A2dpAudioInterface::A2dpAudioStreamOut
/frameworks/base/libs/camera/
H A DCamera.cpp67 init();
88 void Camera::init() function in class:android::Camera
/frameworks/base/libs/rs/java/Film/src/com/android/film/
H A DFilmRS.java43 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:FilmRS
207 mMesh = mFSM.init(mRS);
/frameworks/base/libs/rs/
H A DrsProgramVertex.cpp36 init(rsc);
49 init(rsc);
332 void ProgramVertex::init(Context *rsc) function in class:ProgramVertex
365 void ProgramVertexState::init(Context *rsc, int32_t w, int32_t h) function in class:ProgramVertexState
377 pv->init(rsc);
/frameworks/base/libs/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp78 init(dpy);
96 void DisplayHardware::init(uint32_t dpy) function in class:DisplayHardware
/frameworks/base/media/libmedia/
H A DJetPlayer.cpp68 int JetPlayer::init() function in class:android::JetPlayer
78 LOGE("JetPlayer::init(): EAS library configuration could not be retrieved, aborting.");
82 // init the EAS library
85 LOGE("JetPlayer::init(): Error initializing Sonivox EAS library, aborting.");
89 // init the JET library with the default app event controller range
92 LOGE("JetPlayer::init(): Error initializing JET library, aborting.");
109 LOGV("JetPlayer::init(): trying to start render thread");
115 LOGV("JetPlayer::init(): render thread(%d) successfully started.", mTid);
118 LOGE("JetPlayer::init(): failed to start render thread.");
H A Dmediarecorder.cpp77 status_t MediaRecorder::init() function in class:android::MediaRecorder
79 LOGV("init");
85 LOGE("init called in an invalid state(%d)", mCurrentState);
89 status_t ret = mMediaRecorder->init();
91 LOGV("init failed: %d", ret);
119 LOGV("Call init() since the media recorder is not initialized yet");
120 status_t ret = init();
148 LOGV("Call init() since the media recorder is not initialized yet");
149 status_t ret = init();
H A DIMediaRecorder.cpp81 status_t init() function in class:android::BpMediaRecorder
83 LOGV("init");
284 reply->writeInt32(init());
/frameworks/base/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp245 status_t MediaRecorderClient::init() function in class:android::MediaRecorderClient
247 LOGV("init");
253 return mRecorder->init();
H A DStagefrightRecorder.cpp51 status_t StagefrightRecorder::init() { function in class:android::StagefrightRecorder
/frameworks/base/media/libstagefright/
H A DHTTPDataSource.cpp187 init(headers);
197 init(headers);
200 void HTTPDataSource::init(const KeyedVector<String8, String8> *headers) { function in class:android::HTTPDataSource
/frameworks/base/opengl/libagl/
H A DTextureObjectManager.cpp30 init();
43 void EGLTextureObject::init() function in class:android::EGLTextureObject
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java62 init(false, 0, 0);
67 init(translucent, depth, stencil);
70 private void init(boolean translucent, int depth, int stencil) { method in class:GL2JNIView
288 GL2JNILib.init(width, height);
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java60 init(false, 0, 0);
65 init(false, 0, 0);
70 init(translucent, depth, stencil);
73 private void init(boolean translucent, int depth, int stencil) { method in class:GLDualGL2View
291 GLDualLib.init(width, height);
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java83 // Accounting of all currently written log files (set in init()).
105 // The init() and trimToFit() methods are synchronized, so they still
110 init();
113 Slog.e(TAG, "Can't init", e);
143 // The real work gets done lazily in init() -- that way service creation always
160 init();
237 init();
239 Slog.e(TAG, "Can't init", e);
271 init();
274 Slog.e(TAG, "Can't init",
530 private synchronized void init() throws IOException { method in class:DropBoxManagerService
[all...]
/frameworks/base/core/java/android/view/
H A DGestureDetector.java376 init(context, ignoreMultitouch);
379 private void init(Context context, boolean ignoreMultitouch) { method in class:GestureDetector
/frameworks/base/core/java/android/widget/
H A DCursorTreeAdapter.java65 init(cursor, context, true);
78 init(cursor, context, autoRequery);
81 private void init(Cursor cursor, Context context, boolean autoRequery) { method in class:CursorTreeAdapter
H A DFastScroller.java85 init(context);
130 private void init(Context context) { method in class:FastScroller
/frameworks/base/libs/surfaceflinger_client/
H A DSharedBufferStack.cpp63 void SharedBufferStack::init(int32_t i) function in class:android::SharedBufferStack
361 mSharedStack->init(identity);

Completed in 164 milliseconds

1234567