Searched defs:remove (Results 1 - 25 of 136) sorted by path

123456

/frameworks/av/camera/
H A DCameraParameters.cpp291 void CameraParameters::remove(const char *key) function in class:android::CameraParameters
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp48 void DrmManagerClientImpl::remove(int uniqueId) { function in class:DrmManagerClientImpl
H A DNoOpDrmManagerClientImpl.cpp21 void NoOpDrmManagerClientImpl::remove(int /* uniqueId */) { function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp120 status_t AudioParameter::remove(const String8& key) function in class:android::AudioParameter
/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp48 bool MetaData::remove(uint32_t key) { function in class:android::MetaData
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h32 T front(bool remove) { argument
38 if (remove) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp105 ssize_t DeviceVector::remove(const sp<DeviceDescriptor>& item) function in class:android::DeviceVector
111 ALOGW("DeviceVector::remove device %08x not in", item->type());
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h244 std::shared_ptr<ClientDescriptor<KEY, VALUE>> remove(const KEY& key);
249 void remove(const std::shared_ptr<ClientDescriptor<KEY, VALUE>>& value);
299 * Set the current listener for client add/remove events.
407 // Build eviction list of clients to remove
560 std::shared_ptr<ClientDescriptor<KEY, VALUE>> ClientManager<KEY, VALUE, LISTENER>::remove( function in class:android::resource_policy::ClientManager
620 void ClientManager<KEY, VALUE, LISTENER>::remove( function in class:android::resource_policy::ClientManager
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java143 "Instantiate " + bse + " set remove fragment #" + mOps[pos]);
508 public FragmentTransaction remove(Fragment fragment) { method in class:BackStackRecord
833 lastInFragments.remove(containerId);
848 firstOutFragments.remove(containerId);
890 lastInFragments.remove(old.mContainerId);
1150 sharedElementTargets.remove(state.nonExistentView);
1452 * After the transition has started, remove all targets that we added to the transitions
1521 * when they are removed later, a list match will suffice to remove the targets.
1523 * the removeTargets call will remove them unexpectedly.
1620 hiddenFragmentViews.remove(fragmen
[all...]
H A DDownloadManager.java1030 // called with nothing to remove!
1037 * Cancel downloads and remove them from the download manager. Each download will be stopped if
1041 * @param ids the IDs of the downloads to remove
1044 public int remove(long... ids) { method in class:DownloadManager
H A DFragmentTransaction.java59 * essentially the same as calling {@link #remove(Fragment)} for all
84 public abstract FragmentTransaction remove(Fragment fragment); method in class:FragmentTransaction
H A DQueuedWork.java65 * (e.g. SharedPreferences) will pretty quickly call remove()
73 public static void remove(Runnable finisher) { method in class:QueuedWork
74 sPendingWorkFinishers.remove(finisher);
H A DSharedPreferencesImpl.java194 mListeners.remove(listener);
276 // TODO: remove the need to call awaitLoadedLocked() when
347 public Editor remove(String key) { method in class:SharedPreferencesImpl.EditorImpl
377 QueuedWork.remove(awaitCommit);
428 // equivalent to calling remove on that key.
433 mMap.remove(k);
/frameworks/base/core/java/android/content/
H A DContentValues.java209 * @param key the name of the value to remove
211 public void remove(String key) { method in class:ContentValues
212 mValues.remove(key);
H A DCursorEntityIterator.java90 public void remove() { method in class:CursorEntityIterator
91 throw new UnsupportedOperationException("remove not supported by EntityIterators");
H A DSharedPreferences.java88 * for this argument is equivalent to calling {@link #remove(String)} with
149 * are done first, regardless of whether you called remove before
152 * @param key The name of the preference to remove.
157 Editor remove(String key); method in interface:SharedPreferences.Editor
160 * Mark in the editor to remove <em>all</em> values from the
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java190 public void remove() { method in class:CursorJoiner
/frameworks/base/core/java/android/hardware/
H A DCamera.java623 * or null to remove the preview surface
669 * images are to be sent or null to remove the current preview surface
1009 * you wish to change the preview size, first remove the preview allocation
2525 public void remove(String key) { method in class:Camera.Parameters
2526 mMap.remove(key);
2565 mMap.remove(key);
3205 remove(KEY_GPS_LATITUDE);
3206 remove(KEY_GPS_LONGITUDE);
3207 remove(KEY_GPS_ALTITUDE);
3208 remove(KEY_GPS_TIMESTAM
[all...]
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java101 * The {@link FingerprintManager#remove(Fingerprint, RemovalCallback)} call failed. Typically
373 * Callback structure provided to {@link FingerprintManager#remove(int). Users of
375 * {@link FingerprintManager#remove(int, int, RemovalCallback)} for listening to
383 * @param fp The fingerprint that the call attempted to remove
581 * @param fp the fingerprint item to remove
589 public void remove(Fingerprint fp, int userId, RemovalCallback callback) { method in class:FingerprintManager
593 mService.remove(mToken, fp.getFingerId(), fp.getGroupId(), userId, mServiceReceiver);
595 Log.w(TAG, "Remote exception in remove: ", e);
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java18 - implement remove()
99 int currentLoc = remove(key);
118 public int remove(String key) { method in class:DnsSdTxtRecord
/frameworks/base/core/java/android/os/
H A DBaseBundle.java362 public void remove(String key) { method in class:BaseBundle
364 mMap.remove(key);
H A DBundle.java212 public void remove(String key) { method in class:Bundle
213 super.remove(key);
H A DRegistrantList.java37 // if the handler is already in the registrant list, remove it
38 remove(h);
56 registrants.remove(i);
108 remove(Handler h) method in class:RegistrantList
H A DWorkSource.java322 public boolean remove(WorkSource other) { method in class:WorkSource
370 + ": remove " + uids1[i1]);
404 + ": remove " + uids1[i1] + " " + names1[i1]);
499 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + ": remove " + uids1[i1]);
577 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + ": remove " + mUids[i1]
/frameworks/base/core/java/android/text/
H A DTextUtils.java326 * not remove any empty strings from the result. For example split("a,", "," ) returns {"a", ""}.
344 * split is empty. This returns []. This does not remove any empty strings from the result.
430 public void remove() { method in class:TextUtils.SimpleStringSplitter

Completed in 7289 milliseconds

123456