Searched refs:remove (Results 1 - 25 of 731) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCameraParameters.cpp291 void CameraParameters::remove(const char *key) function in class:android::CameraParameters
H A DCameraParameters2.cpp179 void CameraParameters2::remove(const char *key)
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp32 mDrmManagerClientImpl->remove(mUniqueId);
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/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h46 virtual void remove(int uniqueId);
H A DNoOpDrmManagerClientImpl.h28 void remove(int uniqueId);
/frameworks/av/include/camera/
H A DCameraParameters.h57 void remove(const char *key);
H A DCameraParameters2.h45 // -- The string remains valid until the next set/remove of the same key,
64 void remove(const char *key);
/frameworks/av/include/media/
H A DAudioParameter.h58 status_t remove(const String8& key);
/frameworks/av/include/media/stagefright/
H A DMetaData.h201 bool remove(uint32_t key);
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp120 status_t AudioParameter::remove(const String8& key) function in class:android::AudioParameter
H A DIMediaDeathNotifier.cpp74 sObitRecipients.remove(recipient);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp261 // TODO: Find real cause of Audio/Video delay in PV framework and remove this workaround
320 mMediaRecorderClients.remove(client);
571 mClients.remove(client);
2375 // remove the UID entry where no stream is being played
/frameworks/av/media/libstagefright/
H A DMetaData.cpp48 bool MetaData::remove(uint32_t key) { function in class:android::MetaData
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp971 mOutputBuffersWithCodec.remove(header);
1040 mInputBuffersWithCodec.remove(header);
1170 mOutputBuffersWithCodec.remove(buffer);
1198 mInputBuffersWithCodec.remove(buffer);
1347 CLOGW("Attempt to remove an active buffer [%#x] we know nothing about...", id);
1351 // Make sure to count down here, as freeBuffer will in turn remove
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h32 T front(bool remove) { argument
38 if (remove) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp1098 // remove effect chain if removing last effect
1688 mTracks.remove(track);
1909 // Originally this was int16_t[] array, need to remove legacy implications.
2688 mActiveTracks.remove(track);
2689 mWakeLockUids.remove(track->uid());
3297 // remove from active list, but state remains ACTIVE [confusing but true]
3624 // fill a buffer, then remove it from active list.
3626 ALOGI("BUFFER TIMEOUT: remove(%d) from active list on thread %p", name, this);
3691 // remove all the tracks that need to be...
3743 ALOGV("remove trac
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp259 mAvailableOutputDevices.remove(devDesc);
269 mAvailableOutputDevices.remove(devDesc);
299 // remove device from available output devices
300 mAvailableOutputDevices.remove(devDesc);
408 mAvailableInputDevices.remove(devDesc);
1753 inputDesc->mSessions.remove(session);
3237 mAvailableOutputDevices.remove(mAvailableOutputDevices[i]);
3245 mAvailableInputDevices.remove(mAvailableInputDevices[i]);
3331 param.remove(String8("test_cmd_policy_output"));
3335 param.remove(String
7542 ssize_t AudioPolicyManager::DeviceVector::remove(const sp<DeviceDescriptor>& item) function in class:android::AudioPolicyManager::DeviceVector
[all...]
H A DAudioPolicyManager.h370 ssize_t remove(const sp<DeviceDescriptor>& item);
H A DAudioPolicyService.cpp813 param2.remove(key2);
819 // if all keys have been filtered out, remove the command.
897 // remove filtered commands
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp523 params.remove(CameraParameters::KEY_SCENE_MODE);
615 params.remove(CameraParameters::KEY_SCENE_MODE);
651 // remove them just to be safe
652 params.remove(CameraParameters::KEY_FLASH_MODE);
653 params.remove(CameraParameters::KEY_SUPPORTED_FLASH_MODES);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java536 throw new IllegalStateException("Cannot remove a watcher from within another");
538 mWatchers.remove(name);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java418 mTestListeners.remove(listener);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java109 * the server. The application must call {@link #invalidateAuthToken} to remove
743 * @param account The {@link Account} to remove
783 * @param account The {@link Account} to remove
1081 // TODO: remove this when the bug is found that sometimes causes a null bundle to be
1482 * @param account the account to remove
1483 * @param user the user to remove the account from
2331 * memory leaks, you must remove this listener before then. Normally
2385 * @param listener The previously added listener to remove
2396 mAccountsUpdatedListeners.remove(listener);

Completed in 354 milliseconds

1234567891011>>