Searched defs:init (Results 251 - 275 of 284) sorted by last modified time

<<1112

/frameworks/base/core/java/android/widget/
H A DFastScroller.java155 init(context);
259 private void init(Context context) { method in class:FastScroller
H A DGridLayout.java1494 private void init(int[] locations) { method in class:GridLayout.Axis
1561 init(locations);
1940 init(context, attrs);
1969 private void init(Context context, AttributeSet attrs) { method in class:GridLayout.LayoutParams
H A DNumberPicker.java163 init(locale);
166 private void init(Locale locale) { method in class:NumberPicker.TwoDigitFormatter
174 init(currentLocale);
H A DRadioGroup.java70 init();
93 init();
96 private void init() { method in class:RadioGroup
H A DSimpleCursorTreeAdapter.java107 init(groupFrom, groupTo, childFrom, childTo);
143 init(groupFrom, groupTo, childFrom, childTo);
176 init(groupFrom, groupTo, childFrom, childTo);
179 private void init(String[] groupFromNames, int[] groupTo, String[] childFromNames, method in class:SimpleCursorTreeAdapter
H A DTextClock.java168 init();
217 init();
220 private void init() { method in class:TextClock
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java154 init(decor);
162 init(dialog.getWindow().getDecorView());
165 private void init(View decor) { method in class:ActionBarImpl
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java264 public void init() { method in class:ProcessStats
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java52 init(context);
57 init(context);
60 private void init(Context context) { method in class:ActionBarOverlayLayout
H A DPasswordEntryKeyboard.java65 init(context);
71 init(context);
74 private void init(Context context) { method in class:PasswordEntryKeyboard
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp73 static SkPaint* init(JNIEnv* env, jobject clazz) { function in class:android::SkPaintGlue
829 {"native_init","()I", (void*) SkPaintGlue::init},
H A DTextLayoutCache.cpp44 init();
51 void TextLayoutCache::init() { function in class:android::TextLayoutCache
330 init();
345 void TextLayoutShaper::init() { function in class:android::TextLayoutShaper
923 init();
/frameworks/av/camera/
H A DCamera.cpp68 init();
90 void Camera::init() function in class:android::Camera
/frameworks/av/include/media/
H A DSoundPool.h68 void init(int numChannels, int sampleRate, audio_format_t format, size_t size, sp<IMemory> data ) { function in class:android::Sample
72 void init();
122 void init(SoundPool* soundPool);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp34 if (renderer->init() != 0) {
50 int PreviewRenderer::init() { function in class:android::PreviewRenderer
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c235 ALOGW("DownmixLib_Create() init failed");
626 * init true if called from init function
638 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init) { argument
653 if (init) {
666 Downmix_Reset(pDownmixer, init);
680 * init true if called from init function
692 int Downmix_Reset(downmix_object_t *pDownmixer, bool init) { argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c47 static int init();
70 int ret = init();
95 int ret = init();
116 int ret = init();
136 int ret = init();
179 int ret = init();
197 int ret = init();
244 int ret = init();
279 ret = init();
282 ALOGW("EffectCreate() init erro
387 int init() { function
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp75 int (* init)(preproc_effect_t *fx); member in struct:preproc_ops_s
1357 if (effect->ops->init) {
1358 effect->ops->init(effect);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c157 ALOGW("EffectLibCreateEffect() init failed");
519 * init - true if called from init function
528 bool init) {
609 if (init) {
623 Reverb_Reset(pReverb, init);
658 * init - true if called from init function
667 void Reverb_Reset(reverb_object_t *pReverb, bool init) { argument
716 ReverbUpdateRoom(pReverb, init);
527 Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig, bool init) argument
[all...]
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp99 status_t init() function in class:android::BpMediaRecorder
101 ALOGV("init");
302 reply->writeInt32(init());
H A DJetPlayer.cpp61 int JetPlayer::init() function in class:android::JetPlayer
71 ALOGE("JetPlayer::init(): EAS library configuration could not be retrieved, aborting.");
75 // init the EAS library
78 ALOGE("JetPlayer::init(): Error initializing Sonivox EAS library, aborting.");
82 // init the JET library with the default app event controller range
85 ALOGE("JetPlayer::init(): Error initializing JET library, aborting.");
102 ALOGV("JetPlayer::init(): trying to start render thread");
109 ALOGV("JetPlayer::init(): render thread(%d) successfully started.", mTid);
112 ALOGE("JetPlayer::init(): failed to start render thread.");
H A DSoundPool.cpp70 mChannelPool[i].init(this);
455 init();
463 init();
471 void Sample::init() function in class:android::Sample
541 void SoundChannel::init(SoundPool* soundPool) function in class:android::SoundChannel
H A Dmediarecorder.cpp77 status_t MediaRecorder::init() function in class:android::MediaRecorder
79 ALOGV("init");
85 ALOGE("init called in an invalid state(%d)", mCurrentState);
89 status_t ret = mMediaRecorder->init();
91 ALOGV("init failed: %d", ret);
119 ALOGV("Call init() since the media recorder is not initialized yet");
120 status_t ret = init();
150 ALOGV("Call init() since the media recorder is not initialized yet");
151 status_t ret = init();
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp38 mInitCheck = init();
58 status_t Crypto::init() { function in class:android::Crypto
H A DMediaRecorderClient.cpp256 status_t MediaRecorderClient::init() function in class:android::MediaRecorderClient
258 ALOGV("init");
264 return mRecorder->init();

Completed in 2003 milliseconds

<<1112