Searched refs:id (Results 1 - 25 of 890) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp77 (new AMessage(kWhatDecode, id()))->post();
436 (new AMessage(kWhatDecode, id()))->post();
464 (new AMessage(kWhatCheckCache, id()))->post(100000);
560 (new AMessage(kWhatDecode, id()))->post();
569 sp<AMessage> msg = new AMessage(kWhatRender, id());
H A Dandroid_AudioToCbRenderer.cpp80 (new AMessage(kWhatDecode, id()))->post();
H A Dandroid_Effect.cpp470 ap->mAPlayer->attachAuxEffect(pFx->id());
492 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id());
493 //SL_LOGV("attachAuxEffect(%d) returned %d", pFx->id(), status);
855 * returns true if the given effect id is present in the AndroidEffect interface
H A Dandroid_GenericMediaPlayer.cpp416 (new AMessage(kWhatSeekComplete, id()))->post(250000);
H A Dandroid_GenericPlayer.cpp86 mLooper->unregisterHandler(id());
138 sp<AMessage> msg = new AMessage(kWhatPrepare, id());
146 sp<AMessage> msg = new AMessage(kWhatPlay, id());
153 sp<AMessage> msg = new AMessage(kWhatPause, id());
160 (new AMessage(kWhatPause, id()))->post();
173 sp<AMessage> msg = new AMessage(kWhatSeek, id());
181 sp<AMessage> msg = new AMessage(kWhatLoop, id());
189 sp<AMessage> msg = new AMessage(kWhatBuffUpdateThres, id());
210 (new AMessage(kWhatVolumeUpdate, id()))->post();
217 SL_LOGV("GenericPlayer::attachAuxEffect(id
[all...]
H A Dandroid_StreamPlayer.cpp332 (new AMessage(kWhatStopForDestroy, id()))->post();
372 (new AMessage(kWhatPullFromAbq, id()))->post();
/frameworks/wilhelm/src/
H A Ddevices.h21 SLuint32 id; member in struct:AudioInput_id_descriptor
26 SLuint32 id; member in struct:AudioOutput_id_descriptor
31 SLuint32 id; member in struct:LED_id_descriptor
36 SLuint32 id; member in struct:Vibra_id_descriptor
H A Dhandlers.c41 #define _(id) ((id) - SL_OBJECTID_ENGINE + XA_OBJECTID_CAMERADEVICE + 1)
H A Dlocks.c257 unsigned id = thiz->mInstanceID; local
258 if (0 != id) {
259 --id;
260 assert(MAX_INSTANCE > id);
264 thisEngine->mChangedMask |= 1 << id;
H A Dsles.c60 SLuint32 id = clazz->mSLObjectID; local
61 if (!id) {
62 id = clazz->mXAObjectID;
64 return id;
/frameworks/wilhelm/src/itf/
H A DI3DGrouping.c39 unsigned id = thisObject->mInstanceID; local
40 assert(0 != id); // player object must be published by this point
41 --id;
42 assert(MAX_INSTANCE > id);
43 unsigned mask = 1 << id;
H A DIEngineCapabilities.c119 *pLEDDeviceID = id_descriptor->id;
128 SLuint32 id = *pLEDDeviceID; local
131 if (id == id_descriptor->id) {
161 *pVibraDeviceID = id_descriptor->id;
170 SLuint32 id = *pVibraDeviceID; local
173 if (id == id_descriptor->id) {
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp60 XAuint32 id; member in struct:__anon1692
64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) argument
68 if (id == table[i].id) {
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestManyPlayers.cpp57 #define CheckErrPlyr(x, id) ExitOnErrorFunc(x, id, __LINE__)
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java71 mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
72 mGLView2 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
81 mSurfaceView1 = (SurfaceView) findViewById(R.id.surfaceview1);
103 mSurfaceView2 = (SurfaceView) findViewById(R.id.surfaceview2);
155 Spinner sourceSpinner = (Spinner) findViewById(R.id.source_spinner);
162 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
175 Spinner sinkSpinner = (Spinner) findViewById(R.id.sink_spinner);
182 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
220 ((Button) findViewById(R.id.start_java)).setOnClickListener(new View.OnClickListener() {
250 ((Button) findViewById(R.id
[all...]
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMultiAdapterSpinner.java163 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DMainActivity.java17 View b = findViewById(R.id.button);
H A DSampleProvider.java153 final int id = Integer.parseInt(pathSegments.get(1));
155 switch (id) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java150 mViewPager = (PhotoViewPager) findViewById(R.id.photo_view_pager);
206 case android.R.id.home:
263 public Loader<Cursor> onCreateLoader(int id, Bundle args) { argument
264 if (id == LOADER_PHOTO_LIST) {
272 final int id = loader.getId();
273 if (id == LOADER_PHOTO_LIST) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java192 mPhotoView = (PhotoView) view.findViewById(R.id.photo_view);
198 mPhotoPreviewAndProgress = view.findViewById(R.id.photo_preview);
199 mPhotoPreviewImage = (ImageView) view.findViewById(R.id.photo_preview_image);
201 (ProgressBar) view.findViewById(R.id.indeterminate_progress);
203 (ProgressBar) view.findViewById(R.id.determinate_progress);
205 mEmptyText = (TextView) view.findViewById(R.id.empty_text);
206 mRetryButton = (ImageView) view.findViewById(R.id.retry_button);
254 public Loader<Bitmap> onCreateLoader(int id, Bundle args) { argument
258 switch (id) {
275 final int id
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DApnSetting.java37 public final int id; field in class:ApnSetting
54 public ApnSetting(int id, String numeric, String carrier, String apn, argument
59 this.id = id;
159 .append(", ").append(id)
H A DDataConnection.java264 protected DataConnection(PhoneBase phone, String name, int id, RetryManager rm, argument
271 mId = id;
422 * The id is owned by DataConnectionTracker.
H A DDataConnectionTracker.java761 protected String apnIdToType(int id) { argument
762 switch (id) {
780 log("Unknown id (" + id + ") in apnIdToType");
786 int id = apnTypeToId(apnType);
788 if (isApnIdEnabled(id)) {
798 int id = apnTypeToId(apnType);
799 if (isApnIdEnabled(id)) {
810 for (int id = 0; id < DctConstant
864 isApnIdEnabled(int id) argument
941 setEnabled(int id, boolean enable) argument
[all...]
H A DIccProvider.java402 private void loadRecord(AdnRecord record, MatrixCursor cursor, int id) { argument
422 contact[3] = id;
H A DSMSDispatcher.java1180 (TextView)layout.findViewById(R.id.sms_short_code_remember_undo_instruction));
1183 TextView messageView = (TextView) layout.findViewById(R.id.sms_short_code_confirm_message);
1187 R.id.sms_short_code_detail_layout);
1189 R.id.sms_short_code_detail_message);
1193 R.id.sms_short_code_remember_choice_checkbox);

Completed in 1340 milliseconds

1234567891011>>