Searched refs:remove (Results 251 - 275 of 731) sorted by path

<<11121314151617181920>>

/frameworks/base/libs/hwui/
H A DProgram.h329 virtual void remove();
H A DRenderState.cpp112 mCaches->currentProgram->remove();
H A DTextureCache.cpp247 mCache.remove(pixelRefId);
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp106 void TaskQueue::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::TaskQueue
110 "Cannot remove a task that isn't in the queue!");
178 return 0; // remove the callback
320 void RenderThread::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::RenderThread
322 mQueue.remove(task);
H A DRenderThread.h56 void remove(RenderTask* task);
79 void remove(RenderTask* task);
/frameworks/base/libs/hwui/utils/
H A DSortedList.h88 ssize_t remove(const TYPE&);
195 inline ssize_t SortedList<TYPE>::remove(const TYPE& item) {
196 return SortedListImpl::remove(&item);
H A DSortedListImpl.cpp117 ssize_t SortedListImpl::remove(const void* item) { function in class:android::uirenderer::SortedListImpl
H A DSortedListImpl.h38 ssize_t remove(const void* item);
/frameworks/base/location/java/android/location/
H A DCountryDetector.java144 mListeners.remove(listener);
H A DGpsStatus.java62 public void remove() { method in class:GpsStatus.SatelliteIterator
H A DLocalListenerHelper.java72 public void remove(@NonNull TListener listener) { method in class:LocalListenerHelper
75 boolean removed = mListeners.remove(listener);
H A DLocationManager.java888 transport = mListeners.remove(listener);
1444 // remove any SV status messages already in the queue
1458 // remove any NMEA_RECEIVED messages already in the queue
1519 * @param listener GPS status listener object to remove
1523 GpsStatusListenerTransport transport = mGpsStatusListeners.remove(listener);
1565 * @param listener a {@link GpsStatus.NmeaListener} object to remove
1569 GpsStatusListenerTransport transport = mNmeaListeners.remove(listener);
1594 * @param listener a {@link GpsMeasurementsEvent.Listener} object to remove.
1600 mGpsMeasurementListenerTransport.remove(listener);
1619 * @param listener a {@link GpsNavigationMessageEvent.Listener} object to remove
[all...]
/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionProvider.java86 mSinkSet.remove(sink);
H A DFusedLocationHardware.java110 newSinkList.remove(sink);
/frameworks/base/media/java/android/media/
H A DAudioManager.java2326 // remove locally
2328 mAudioFocusIdListenerMap.remove(getIdForAudioFocusListener(l));
3692 // Temporarily remove patches with invalid ports. One who created the patch
3694 i.remove();
H A DAudioPortEventHandler.java144 mListeners.remove(l);
H A DAudioService.java1614 mRmtSbmxFullVolDeathHandlers.remove(handler);
2132 iter.remove();
2175 mSetModeDeathHandlers.remove(hdlr);
2405 mSamples.remove(i);
2596 mScoClients.remove(this);
3783 VolumeStreamState.this.mDeathHandlers.remove(this);
4505 mConnectedDevices.remove(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP);
4522 mConnectedDevices.remove(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP);
4543 mConnectedDevices.remove(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP);
4667 mConnectedDevices.remove(devic
[all...]
H A DMediaCodec.java828 mDequeuedInputBuffers.remove(index);
953 mDequeuedInputBuffers.remove(index);
1067 mDequeuedOutputBuffers.remove(index);
1124 mDequeuedOutputBuffers.remove(index);
1222 public void remove(int index) { method in class:MediaCodec.BufferMap
1226 mMap.remove(index);
H A DMediaExtractor.java227 formatMap.remove("pssh");
H A DMediaFocusControl.java425 * focus), remove it from the stack, and clear the remote control display.
508 // (using an iterator on the stack so we can safely remove an entry after having
516 stackIterator.remove();
529 // is the owner of the audio focus part of the client to remove?
532 // (using an iterator on the stack so we can safely remove an entry after having
539 stackIterator.remove();
602 * Inner class to monitor audio focus client deaths, and remove them from the audio focus
667 mFocusFollowers.remove(pcb);
767 // the reason for the audio focus request has changed: remove the current top of
776 // focus requester might already be somewhere below in the stack, remove i
[all...]
H A DMediaPlayer.java2024 mOpenSubtitleSources.remove(fIs);
H A DMediaRouter.java850 * @param cb Callback to remove
855 sStatic.mCallbacks.remove(index);
1020 * @param info Definition of the route to remove
1052 if (sStatic.mRoutes.remove(info)) {
1064 // Removing the currently selected route? Select the default before we remove it.
1068 sStatic.mCategories.remove(removingCat);
2334 * @param route route to remove
2341 mRoutes.remove(route);
2352 * @param index index of the route to remove
2355 RouteInfo route = mRoutes.remove(inde
[all...]
H A DMediaScanner.java982 values.remove(MediaStore.MediaColumns.DATA);
1209 existingFiles.remove(fullPathString);
H A DRemoteController.java508 mEditorMetadata.remove(String.valueOf(key));
902 metadata.remove(String.valueOf(MediaMetadataEditor.KEY_EDITABLE_MASK));
H A DSubtitleTrack.java140 // remove past cues
142 mActiveCues.remove(cue);
144 it.remove();
173 mCues.remove(cue);
178 mRunsByID.remove(run.mRunID);
189 /* remove all cues (untangle all cross-links) */
416 cues.remove(cue);
418 mCues.remove(timeMs);
445 public void remove(Cue cue) { method in class:SubtitleTrack.CueList
508 public void remove() { method in class:SubtitleTrack.CueList.EntryIterator
[all...]

Completed in 1757 milliseconds

<<11121314151617181920>>