Searched defs:id (Results 201 - 225 of 563) sorted by relevance

1234567891011>>

/frameworks/rs/driver/
H A DrsdShaderCache.cpp244 uint32_t id = s->getStateBasedID(sId); local
246 if (mEntries[ct]->vtx == id) {
262 uint32_t id = s->getStateBasedID(sId); local
264 if (mEntries[ct]->frag == id) {
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java72 private Allocation loadTexture(int id) { argument
75 id, Allocation.MipmapControl.MIPMAP_NONE,
143 public void newTouchPosition(float x, float y, float pressure, int id) { argument
144 mPhysicsScript.invoke_touch(x, y, pressure * mRS.getWidth() / 1280, id);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java182 public void newTouchPosition(float x, float y, float pressure, int id) { argument
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java186 public void newTouchPosition(float x, float y, float pressure, int id) { argument
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java186 public void newTouchPosition(float x, float y, float pressure, int id) { argument
/frameworks/rs/
H A DrsScriptIntrinsic.cpp98 RsScript rsi_ScriptIntrinsicCreate(Context *rsc, uint32_t id, RsElement ve) { argument
100 if (!si->init(rsc, (RsScriptIntrinsicID)id, (Element *)ve)) {
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java176 private static String makeFragmentName(int viewId, long id) { argument
177 return "android:switcher:" + viewId + ":" + id;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java32 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify
37 * Vertical list maintains id->bundle mapping of all it's children (even the children is offscreen
64 public void remove(int id) { argument
66 mChildStates.remove(getSaveStatesKey(id));
147 * Load view from states, it's none operation if the there is no state associated with the id.
150 * @param id unique id for the view within this ViewsStateBundle
152 public final void loadView(View view, int id) { argument
154 String key = getSaveStatesKey(id);
166 * @param id uniqu
168 saveViewUnchecked(View view, int id) argument
183 saveOnScreenView(View view, int id) argument
195 saveOffscreenView(View view, int id) argument
209 getSaveStatesKey(int id) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java172 private static String makeFragmentName(int viewId, long id) { argument
173 return "android:switcher:" + viewId + ":" + id;
/frameworks/wilhelm/src/itf/
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/src/
H A Dlocks.c271 unsigned id = thiz->mInstanceID; local
272 if (0 != id) {
273 --id;
274 assert(MAX_INSTANCE > id);
278 thisEngine->mChangedMask |= 1 << id;
/frameworks/av/include/media/
H A DAudioEffect.h289 int32_t id() const { return mId; } function in class:android::AudioEffect
/frameworks/av/media/common_time/
H A DICommonClock.cpp167 virtual status_t getTimelineID(uint64_t* id) { argument
174 *id = static_cast<uint64_t>(reply.readInt64());
336 uint64_t id; local
337 status_t status = getTimelineID(&id);
340 reply->writeInt64(static_cast<int64_t>(id));
H A DICommonTimeConfig.cpp124 virtual status_t getMasterElectionGroupId(uint64_t *id) { argument
134 *id = static_cast<uint64_t>(reply.readInt64());
141 virtual status_t setMasterElectionGroupId(uint64_t id) { argument
144 data.writeInt64(id);
385 uint64_t id; local
386 status_t status = getMasterElectionGroupId(&id);
389 reply->writeInt64(id);
396 uint64_t id = static_cast<uint64_t>(data.readInt64()); local
397 status_t status = setMasterElectionGroupId(id);
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp150 TimedEventQueue::event_id *id = local
153 if (event->eventID() != *id) {
157 *id = 0;
162 bool TimedEventQueue::cancelEvent(event_id id) { argument
163 if (id == 0) {
167 cancelEvents(&MatchesEventID, &id, true /* stopAfterFirstMatch */);
169 // if MatchesEventID found a match, it will have set id to 0
172 return id == 0;
283 // The event w/ this id may have been cancelled while we're
303 event_id id, boo
302 removeEventFromQueue_l( event_id id, bool *wakeLocked) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp157 new AMessage(kWhatRepeatLastFrame, mReflector->id());
185 mLooper->unregisterHandler(mReflector->id());
284 int id = codecBuffer.mBuf; local
285 if (mBufferSlot[id] != NULL &&
286 mBufferSlot[id]->handle == codecBuffer.mGraphicBuffer->handle) {
288 cbi, id, mBufferSlot[id]->handle);
290 if (id == mLatestSubmittedBufferId) {
293 mConsumer->releaseBuffer(id, codecBuffer.mFrameNumber,
516 sp<AMessage> msg = new AMessage(kWhatRepeatLastFrame, mReflector->id());
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp34 Camera3OutputStream::Camera3OutputStream(int id, argument
37 Camera3IOStreamBase(id, CAMERA3_STREAM_OUTPUT, width, height,
49 Camera3OutputStream::Camera3OutputStream(int id, argument
52 Camera3IOStreamBase(id, CAMERA3_STREAM_OUTPUT, width, height, maxSize,
70 Camera3OutputStream::Camera3OutputStream(int id, camera3_stream_type_t type, argument
73 Camera3IOStreamBase(id, type, width, height,
H A DCamera3Stream.cpp47 Camera3Stream::Camera3Stream(int id, argument
51 mId(id),
52 mName(String8::format("Camera3Stream[%d]", id)),
H A DCamera3ZslStream.cpp113 Camera3ZslStream::Camera3ZslStream(int id, uint32_t width, uint32_t height, argument
115 Camera3OutputStream(id, CAMERA3_STREAM_BIDIRECTIONAL,
/frameworks/base/cmds/bootanimation/
H A DAudioPlayer.cpp43 uint32_t id; member in struct:chunk_header
247 switch (chunkHeader->id) {
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java81 * @param id The resource id of the animation to load
82 * @return The animator object reference by the specified id
85 public static Animator loadAnimator(Context context, int id) argument
87 return loadAnimator(context.getResources(), context.getTheme(), id);
95 * @param id The resource id of the animation to load
96 * @return The animator object reference by the specified id
100 public static Animator loadAnimator(Resources resources, Theme theme, int id) argument
102 return loadAnimator(resources, theme, id,
106 loadAnimator(Resources resources, Theme theme, int id, float pathErrorScale) argument
153 loadStateListAnimator(Context context, int id) argument
683 getChangingConfigs(Resources resources, int id) argument
[all...]
/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java50 id = _id;
54 final String id; // Unique name of this record. field in class:LocalActivityManager.LocalActivityRecord
77 /** id -> record of all known activities. */
123 instanceObj = lastNonConfigurationInstances.get(r.id);
132 if (localLOGV) Log.v(TAG, r.id + ": starting " + r.intent);
137 mParent, r.id, r.intent, r.activityInfo, r, r.instanceState, instance);
146 if (localLOGV) Log.v(TAG, r.id + ": resuming");
163 if (localLOGV) Log.v(TAG, r.id + ": restarting");
168 if (localLOGV) Log.v(TAG, r.id + ": restarting and resuming");
178 if (localLOGV) Log.v(TAG, r.id
261 startActivity(String id, Intent intent) argument
386 destroyActivity(String id, boolean finish) argument
433 getActivity(String id) argument
[all...]
H A DService.java642 * @param id The identifier for this notification as per
649 public final void startForeground(int id, Notification notification) { argument
652 new ComponentName(this, mClassName), mToken, id,
/frameworks/base/core/java/android/content/
H A DLoader.java181 public void registerListener(int id, OnLoadCompleteListener<D> listener) { argument
186 mId = id;
525 sb.append(" id=");
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java144 * @param cameraId The id of the camera device to query
163 throw new IllegalArgumentException(String.format("Camera id %s does not match any" +
167 int id = Integer.valueOf(cameraId);
185 cameraService.getLegacyParameters(id, /*out*/outParameters);
189 cameraService.getCameraInfo(id, /*out*/info);
196 cameraService.getCameraCharacteristics(id, info);
251 int id = Integer.parseInt(cameraId);
261 cameraService.connectDevice(callbacks, id,
267 cameraUser = CameraDeviceUserShim.connectBinderShim(callbacks, id);
320 * devices. Note that even if an id i
704 postSingleUpdate(final AvailabilityCallback callback, final Handler handler, final String id, final int status) argument
737 onStatusChangedLocked(int status, String id) argument
[all...]

Completed in 5928 milliseconds

1234567891011>>