Searched refs:init (Results 1 - 25 of 456) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/
H A DAndroid.mk24 LOCAL_CFLAGS += -Wno-override-init
H A Dsles.c525 // initialize all interfaces with init hooks, even if not exposed
527 VoidHook init = mi->mInit; local
528 if (NULL != init) {
535 (*init)(self);
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1493 pAudioPlayer->mAPlayer->init(sfplayer_handlePrefetchEvent,
1556 splr->init(sfplayer_handlePrefetchEvent, (void*)pAudioPlayer);
1568 decoder->init(sfplayer_handlePrefetchEvent, (void*)pAudioPlayer);
1602 pAudioPlayer->mAPlayer->init(sfplayer_handlePrefetchEvent, (void*)pAudioPlayer);
H A DMediaPlayer_to_android.cpp424 mp->mAVPlayer->init(player_handleMediaPlayerEventNotifications, (void*)mp);
429 mp->mAVPlayer->init(player_handleMediaPlayerEventNotifications, (void*)mp);
H A Dandroid_GenericPlayer.cpp63 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { function in class:android::GenericPlayer
64 SL_LOGD("GenericPlayer::init()");
H A Dandroid_GenericPlayer.h63 void init(const notif_cbf_t cbf, void* notifUser);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java56 init(context);
59 private void init(Context context) { method in class:MyGLSurfaceView
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsActivity.java35 mSettings.init(this, getPreferenceScreen());
H A DInputMethodSettingsFragment.java36 mSettings.init(context, getPreferenceScreen());
H A DInputMethodSettingsImpl.java51 public boolean init(final Context context, final PreferenceScreen prefScreen) { method in class:InputMethodSettingsImpl
/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/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java150 init(context, notifier);
157 init(context, notifier);
164 protected void init(Context context, PhoneNotifier notifier) { method in class:CDMAPhone
209 log("CDMAPhone: init set 'gsm.sim.operator.numeric' to operator='" +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java172 init();
183 init();
187 init() method in class:ModelInterpreter
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberWatcherTest.java53 final String init = "65012345678";
57 SpannableStringBuilder number = new SpannableStringBuilder(init);
78 final String init = "650-23";
83 SpannableStringBuilder number = new SpannableStringBuilder(init);
106 final String init = "(650) 123";
111 SpannableStringBuilder number = new SpannableStringBuilder(init);
124 number = new SpannableStringBuilder(init);
137 number = new SpannableStringBuilder(init);
149 final String init = "(650) 123";
154 SpannableStringBuilder number = new SpannableStringBuilder(init);
272 testReplacement(String init, String replacement, String expected) argument
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java67 * if (!composer.init()) {
152 * Set to false when one of {@link #init()} variants is called, and set to true when
283 public boolean init() { method in class:VCardComposer
284 return init(null, null);
288 * Special variant of init(), which accepts a Uri for obtaining {@link RawContactsEntity} from
300 * @deprecated Use {@link #init(Uri, String[], String, String[], String, Uri)} if you really
305 return init(Contacts.CONTENT_URI, sContactsProjection, null, null, null,
313 public boolean init(final String selection, final String[] selectionArgs) { method in class:VCardComposer
314 return init(Contacts.CONTENT_URI, sContactsProjection, selection, selectionArgs,
321 public boolean init(fina method in class:VCardComposer
339 public boolean init(final Uri contentUri, final String selection, method in class:VCardComposer
383 public boolean init(final Uri contentUri, final String[] projection, method in class:VCardComposer
409 public boolean init(Cursor cursor) { method in class:VCardComposer
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java351 if (!composer.init(cursor)) {
352 AndroidTestCase.fail("init() failed. Reason: " + composer.getErrorReason());
/frameworks/rs/cpp/
H A DRenderScript.cpp56 bool RenderScript::init(int targetApi) { function in class:RenderScript
H A DRenderScript.h56 bool init(int targetApi);
H A DScript.cpp65 void Script::FieldBase::init(RenderScript *rs, uint32_t dimx, uint32_t usages) { function in class:Script::FieldBase
H A DScript.h72 void init(RenderScript *rs, uint32_t dimx, uint32_t usages = 0);
/frameworks/rs/driver/
H A DrsdCore.cpp171 dc->mWorkers.mLaunchSignals[idx].init();
240 ALOGE("Failed to init thread tls key.");
273 dc->mWorkers.mCompleteSignal.init();
281 ALOGE("Failed to init thread attribute.");
H A DrsdGL.cpp418 dc->gl.vertexArrayState->init(dc->gl.gl.maxVertexAttribs);
H A DrsdMesh.cpp38 return drv->init(rsc);
H A DrsdMeshObj.cpp71 bool RsdMeshObj::init(const Context *rsc) { function in class:RsdMeshObj
H A DrsdMeshObj.h43 bool init(const android::renderscript::Context *rsc);

Completed in 822 milliseconds

1234567891011>>