Searched defs:id (Results 26 - 50 of 399) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp86 sp<AMessage> msg = new AMessage(kWhatStart, id());
94 sp<AMessage> msg = new AMessage(kWhatStop, id());
101 sp<AMessage> msg = new AMessage(kWhatPause, id());
108 sp<AMessage> msg = new AMessage(kWhatResume, id());
147 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, id());
286 (new AMessage(kWhatTeardownTriggerTimedOut, id()))->post(
478 (new AMessage(kWhatFinishStop2, id()))->post(300000ll);
507 ResponseID id; local
508 id.mSessionID = sessionID;
509 id
962 ResponseID id; local
[all...]
/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp50 void MtpDataPacket::setTransactionID(MtpTransactionID id) { argument
51 MtpPacket::putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id);
H A DMtpPacket.cpp131 void MtpPacket::setTransactionID(MtpTransactionID id) { argument
132 putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id);
H A DMtpServer.cpp136 MtpStorage* MtpServer::getStorage(MtpStorageID id) { argument
137 if (id == 0)
141 if (storage->getStorageID() == id)
147 bool MtpServer::hasStorage(MtpStorageID id) { argument
148 if (id == 0 || id == 0xFFFFFFFF)
150 return (getStorage(id) != NULL);
254 void MtpServer::sendStoreAdded(MtpStorageID id) { argument
255 ALOGV("sendStoreAdded %08X\n", id);
256 sendEvent(MTP_EVENT_STORE_ADDED, id);
259 sendStoreRemoved(MtpStorageID id) argument
[all...]
H A DMtpStorage.cpp35 MtpStorage::MtpStorage(MtpStorageID id, const char* filePath, argument
38 : mStorageID(id),
46 ALOGV("MtpStorage id: %d path: %s\n", id, filePath);
H A DMtpStorageInfo.cpp26 MtpStorageInfo::MtpStorageInfo(MtpStorageID id) argument
27 : mStorageID(id),
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp497 // if no audio session id is provided, create one here
1136 AudioFlinger::ThreadBase::ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, argument
1146 mAudioSource(AUDIO_SOURCE_DEFAULT), mId(id),
1545 audio_io_handle_t id,
1548 : ThreadBase(audioFlinger, id, device, AUDIO_DEVICE_NONE, type),
1560 snprintf(mName, kNameLength, "AudioOut_%X", id);
2256 audio_io_handle_t id, audio_devices_t device, type_t type)
2257 : PlaybackThread(audioFlinger, output, id, device, type),
2265 ALOGV("MixerThread() id=%d device=%#x type=%d", id, devic
1543 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type) argument
2255 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type) argument
3695 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device) argument
3983 DuplicatingThread(const sp<AudioFlinger>& audioFlinger, AudioFlinger::MixerThread* mainThread, audio_io_handle_t id) argument
5986 RecordThread(const sp<AudioFlinger>& audioFlinger, AudioStreamIn *input, uint32_t sampleRate, audio_channel_mask_t channelMask, audio_io_handle_t id, audio_devices_t device) argument
6980 audio_io_handle_t id = nextUniqueId(); local
7049 audio_io_handle_t id = nextUniqueId(); local
7163 audio_io_handle_t id = nextUniqueId(); local
7468 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, int sessionId, status_t *status, int *id, int *enabled) argument
7802 int id = mAudioFlinger->nextUniqueId(); local
8157 EffectModule(ThreadBase *thread, const wp<AudioFlinger::EffectChain>& chain, effect_descriptor_t *desc, int id, int sessionId) argument
9218 getEffectFromId_l(int id) argument
[all...]
H A DAudioFlinger.h202 int *id,
359 ThreadBase (const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
553 audio_io_handle_t id() const { return mId;} function in class:android::AudioFlinger::ThreadBase
1029 audio_io_handle_t id, audio_devices_t device, type_t type);
1253 audio_io_handle_t id,
1309 audio_io_handle_t id, audio_devices_t device);
1343 audio_io_handle_t id);
1478 audio_io_handle_t id,
1615 int id,
1629 int id() cons
[all...]
H A DAudioPolicyService.cpp94 ALOGI("Loaded audio policy from %s (%s)", module->name, module->id);
453 int id)
458 return mpAudioPolicy->register_effect(mpAudioPolicy, desc, io, strategy, session, id);
461 status_t AudioPolicyService::unregisterEffect(int id) argument
466 return mpAudioPolicy->unregister_effect(mpAudioPolicy, id);
469 status_t AudioPolicyService::setEffectEnabled(int id, bool enabled) argument
474 return mpAudioPolicy->set_effect_enabled(mpAudioPolicy, id, enabled);
449 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp35 Camera2Device::Camera2Device(int id): argument
36 mId(id),
40 ALOGV("%s: Created device for camera %d", __FUNCTION__, id);
46 ALOGV("%s: Tearing down for camera id %d", __FUNCTION__, mId);
238 uint32_t width, uint32_t height, int format, size_t size, int *id) {
253 *id = stream->getId();
259 status_t Camera2Device::createReprocessStreamFromStream(int outputId, int *id) { argument
289 *id = stream->getId();
296 status_t Camera2Device::getStreamInfo(int id, argument
304 if ((*streamI)->getId() == id) {
237 createStream(sp<ANativeWindow> consumer, uint32_t width, uint32_t height, int format, size_t size, int *id) argument
322 setStreamTransform(int id, int transform) argument
344 deleteStream(int id) argument
370 deleteReprocessStream(int id) argument
496 triggerAutofocus(uint32_t id) argument
509 triggerCancelAutofocus(uint32_t id) argument
522 triggerPrecaptureMetering(uint32_t id) argument
715 waitForDequeue(int32_t id, nsecs_t timeout) argument
989 uint32_t id; local
1363 uint32_t id; local
[all...]
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp147 bool JpegCompressor::isStreamInUse(uint32_t id) { argument
153 // if ( mBuffers[i].streamId == (int)id ) return true;
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java679 int id = accounts.credentialsPermissionNotificationIds.get(pair);
680 cancelNotification(id, user);
1227 Integer id;
1233 id = accounts.credentialsPermissionNotificationIds.get(key);
1234 if (id == null) {
1235 id = mNotificationIds.incrementAndGet();
1236 accounts.credentialsPermissionNotificationIds.put(key, id);
1239 return id;
1243 Integer id;
1245 id
2168 cancelNotification(int id, UserHandle user) argument
[all...]
H A DChooseAccountActivity.java78 ListView list = (ListView) findViewById(android.R.id.list);
85 public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
86 onListItemClick((ListView)parent, v, position, id);
119 protected void onListItemClick(ListView l, View v, int position, long id) { argument
173 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
174 holder.icon = (ImageView) convertView.findViewById(R.id.account_row_icon);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java62 * @param id The resource id of the animation to load
63 * @return The animator object reference by the specified id
66 public static Animator loadAnimator(Context context, int id) argument
71 parser = context.getResources().getAnimation(id);
76 Integer.toHexString(id));
82 Integer.toHexString(id));
/frameworks/base/core/java/android/app/
H A DActivity.java722 public View findViewById(int id) {
723 return Activity.this.findViewById(id);
1181 * view in the hierarchy that has an id, and by saving the id of the currently
1596 * it should return either a mapping from child activity id strings to arbitrary objects,
1833 * Finds a view that was identified by the id attribute from the XML that
1838 public View findViewById(int id) { argument
1839 return getWindow().findViewById(id);
2554 if (item.getItemId() == android.R.id.home && mActionBar != null &&
2930 protected Dialog onCreateDialog(int id) { argument
2968 onCreateDialog(int id, Bundle args) argument
2977 onPrepareDialog(int id, Dialog dialog) argument
3006 onPrepareDialog(int id, Dialog dialog, Bundle args) argument
3020 showDialog(int id) argument
3055 showDialog(int id, Bundle args) argument
3093 dismissDialog(int id) argument
3109 missingDialog(int id) argument
3137 removeDialog(int id) argument
5045 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config) argument
5053 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config) argument
[all...]
H A DActivityManager.java218 /** @hide User operation call: given user id is not known. */
221 /** @hide User operation call: given user id is the current user, can't be stopped. */
430 public int id; field in class:ActivityManager.RecentTaskInfo
465 dest.writeInt(id);
479 id = source.readInt();
595 public int id; field in class:ActivityManager.RunningTaskInfo
639 dest.writeInt(id);
655 id = source.readInt();
859 public TaskThumbnails getTaskThumbnails(int id) throws SecurityException { argument
861 return ActivityManagerNative.getDefault().getTaskThumbnails(id);
869 getTaskTopThumbnail(int id) argument
[all...]
H A DActivityManagerNative.java504 int id = data.readInt();
505 ActivityManager.TaskThumbnails bm = getTaskThumbnails(id);
518 int id = data.readInt();
519 Bitmap bm = getTaskTopThumbnail(id);
762 int id = data.readInt();
768 setServiceForeground(className, token, id, notification, removeNotification);
2355 public ActivityManager.TaskThumbnails getTaskThumbnails(int id) throws RemoteException { argument
2359 data.writeInt(id);
2370 public Bitmap getTaskTopThumbnail(int id) throws RemoteException { argument
2374 data.writeInt(id);
2701 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
[all...]
H A DActivityThread.java1624 // instead of using the raw display id everywhere. The Display object caches
1999 public final Activity startActivityNow(Activity parent, String id, argument
2008 r.embeddedID = id;
2031 IBinder token, String id, int requestCode,
2033 if (DEBUG_RESULTS) Slog.v(TAG, "sendActivityResult: id=" + id
2036 list.add(new ResultInfo(id, requestCode, resultCode, data));
2030 sendActivityResult( IBinder token, String id, int requestCode, int resultCode, Intent data) argument
H A DApplicationPackageManager.java1068 public void verifyPendingInstall(int id, int response) { argument
1070 mPM.verifyPendingInstall(id, response);
1077 public void extendVerificationTimeout(int id, int verificationCodeAtTimeout, argument
1080 mPM.extendVerificationTimeout(id, verificationCodeAtTimeout, millisecondsToDelay);
H A DDialog.java454 * Finds a view that was identified by the id attribute from the XML that
457 * @param id the identifier of the view to find
460 public View findViewById(int id) { argument
461 return mWindow.findViewById(id);
H A DDownloadManager.java912 long id = Long.parseLong(downloadUri.getLastPathSegment());
913 return id;
932 // if only one id is passed in, then include it in the uri itself.
970 * @param id the ID of the download
974 public ParcelFileDescriptor openDownloadedFile(long id) throws FileNotFoundException { argument
975 return mResolver.openFileDescriptor(getDownloadUri(id), "r");
979 * Returns {@link Uri} for the given downloaded file id, if the file is
986 * @param id the id of the downloaded file.
987 * @return the {@link Uri} for the given downloaded file id, i
990 getUriForDownloadedFile(long id) argument
1043 getMimeTypeForDownloadedFile(long id) argument
1206 getDownloadUri(long id) argument
[all...]
H A DExpandableListActivity.java52 * ExpandableListView object with the id "@android:id/list" (or
53 * {@link android.R.id#list} if it's in code)
57 * id "android:empty". Note that when an empty view is present, the expandable
73 * &lt;ExpandableListView android:id=&quot;@id/android:list&quot;
80 * &lt;TextView android:id=&quot;@id/android:empty&quot;
121 * &lt;TextView android:id=&quot;@+id/text
181 onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id) argument
[all...]
H A DFragmentManager.java160 * Finds a fragment that was identified by the given id either when inflated
167 public abstract Fragment findFragmentById(int id); argument
233 * @param id Identifier of the stated to be popped. If no identifier exists,
241 public abstract void popBackStack(int id, int flags); argument
249 public abstract boolean popBackStackImmediate(int id, int flags); argument
392 public View findViewById(int id); argument
510 public void popBackStack(final int id, final int flags) { argument
511 if (id < 0) {
512 throw new IllegalArgumentException("Bad id: " + id);
522 popBackStackImmediate(int id, int flags) argument
1260 findFragmentById(int id) argument
1474 popBackStackState(Handler handler, String name, int id, int flags) argument
[all...]
H A DIActivityManager.java139 int id, Notification notification, boolean keepNotification) throws RemoteException;
138 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean keepNotification) argument
H A DInstrumentation.java66 public static final String REPORT_KEY_IDENTIFIER = "id";
731 * @param id The identifier associated with the menu item.
737 int id, int flag) {
761 MenuRunnable mr = new MenuRunnable(targetActivity, id, flag);
771 * @param id The identifier associated with the context menu item.
776 public boolean invokeContextMenuAction(Activity targetActivity, int id, int flag) { argument
823 ContextMenuRunnable cmr = new ContextMenuRunnable(targetActivity, id, flag);
1016 * @param id The embedded Id (if any)
1026 CharSequence title, Activity parent, String id,
1032 info, title, parent, id,
736 invokeMenuActionSync(Activity targetActivity, int id, int flag) argument
1024 newActivity(Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance) argument
[all...]

Completed in 1586 milliseconds

1234567891011>>