Searched refs:remove (Results 1 - 25 of 1031) 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.h232 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.cpp262 // TODO: Find real cause of Audio/Video delay in PV framework and remove this workaround
312 mMediaRecorderClients.remove(client);
557 mClients.remove(client);
1540 // TODO: remove the (int32_t) casting below as it may overflow at 12.4 hours.
1966 // remove track in case resource needed for future players.
2432 // remove the UID entry where no stream is being played
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp89 remove(kProfilingResults); // remove previous result so that it won't be loaded to
/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp48 bool MetaData::remove(uint32_t key) { function in class:android::MetaData
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp1235 mOutputBuffersWithCodec.remove(header);
1389 mInputBuffersWithCodec.remove(header);
1567 mOutputBuffersWithCodec.remove(buffer);
1601 mInputBuffersWithCodec.remove(buffer);
1778 CLOGW("Attempt to remove an active buffer [%#x] we know nothing about...", id);
1782 // Make sure to count down here, as freeBuffer will in turn remove
/frameworks/av/media/libstagefright/tests/
H A DMediaCodecListOverrides_test.cpp135 remove(fileName);
159 remove(fileName);
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h32 T front(bool remove) { argument
38 if (remove) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp771 param.remove(String8(AUDIO_PARAMETER_MONO_OUTPUT));
909 s.unlockBuffer(len - 2); // remove trailing ", "
1473 // remove effect chain if removing last effect
2085 mTracks.remove(track);
2333 // Originally this was int16_t[] array, need to remove legacy implications.
3255 mActiveTracks.remove(track);
3256 mWakeLockUids.remove(track->uid());
3949 // remove from active list, but state remains ACTIVE [confusing but true]
4045 // TODO: ONLY USED FOR LEGACY RESAMPLERS, remove when they are removed.
4303 // fill a buffer, then remove i
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h74 ssize_t remove(const sp<DeviceDescriptor>& item);
/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/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp104 mAvailableOutputDevices.remove(devDesc);
113 mAvailableOutputDevices.remove(devDesc);
145 // remove device from available output devices
146 mAvailableOutputDevices.remove(devDesc);
261 mAvailableInputDevices.remove(devDesc);
2848 // remove output routes associated with this uid
2864 // remove input routes associated with this uid
3099 // close Hwoutput and remove from mHwOutputs
3149 // TODO: remove when legacy conf file is removed. true on devices that use DRC on the
3151 // Note: remove als
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp959 param2.remove(key2);
965 // if all keys have been filtered out, remove the command.
1052 // remove filtered commands
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1178 mActiveClientManager.remove(i);
1211 i->getValue()->disconnect(); // Clients will remove themselves from the active client list
1514 // TODO: Update binder to use String16 for camera IDs and remove;
1556 ALOGW("%s: Tried to remove a listener %p which was not subscribed",
1648 mActiveClientManager.remove(i);
1668 mActiveClientManager.remove(i);
1673 mActiveClientManager.remove(i);
1794 auto clientDescriptorPtr = mActiveClientManager.remove(cameraId);
2739 // TODO: Refactor status listeners to use strings for Camera IDs and remove this.

Completed in 2295 milliseconds

1234567891011>>