Searched refs:wp (Results 76 - 100 of 131) sorted by relevance

123456

/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp133 void CommonClockService::binderDied(const wp<IBinder>& who) {
/frameworks/native/services/sensorservice/
H A DSensorService.cpp347 const SortedVector< wp<SensorEventConnection> > activeConnections(
400 SortedVector< wp<SensorService::SensorEventConnection> >
458 const wp<SensorEventConnection> connection(c);
633 const wp<SensorEventConnection>& connection)
/frameworks/native/services/surfaceflinger/
H A DClient.cpp78 wp<Layer> layer(mLayers.valueFor(handle));
H A DSurfaceFlinger.cpp148 void SurfaceFlinger::binderDied(const wp<IBinder>& who)
510 wp<IBinder> token = mBuiltinDisplays[i];
1089 const KeyedVector< wp<IBinder>, DisplayDeviceState>& curr(mCurrentState.displays);
1090 const KeyedVector< wp<IBinder>, DisplayDeviceState>& draw(mDrawingState.displays);
1122 const wp<IBinder>& display(curr.keyAt(j));
1183 const wp<IBinder>& display(curr.keyAt(i));
2001 status_t SurfaceFlinger::onLayerDestroyed(const wp<Layer>& layer)
2422 wp<IBinder> dpy;
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h61 void setListener(const wp<MediaPlayerBase> &listener);
151 wp<MediaPlayerBase> mListener;
/frameworks/av/services/camera/libcameraservice/camera2/
H A DFrameProcessor.cpp31 FrameProcessor::FrameProcessor(wp<CameraDeviceBase> device,
32 wp<Camera2Client> client) :
H A DJpegProcessor.cpp39 wp<CaptureSequencer> sequencer):
H A DCaptureSequencer.cpp37 CaptureSequencer::CaptureSequencer(wp<Camera2Client> client):
58 void CaptureSequencer::setZslProcessor(wp<ZslProcessorInterface> processor) {
/frameworks/native/libs/binder/
H A DBpBinder.cpp208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
209 wp<DeathRecipient>* outRecipient)
H A DProcessState.cpp213 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
215 wp<IBinder> result;
H A DParcel.cpp95 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
132 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
183 const wp<IBinder>& binder, Parcel* out)
256 const Parcel& in, wp<IBinder>* out)
701 status_t Parcel::writeWeakBinder(const wp<IBinder>& val)
1090 wp<IBinder> Parcel::readWeakBinder() const
1092 wp<IBinder> val;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h236 typedef void (*sync_event_callback_t)(const wp<SyncEvent>& event) ;
345 virtual void binderDied(const wp<IBinder>& who);
521 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
H A DPlaybackTracks.h254 const wp<ThreadBase>& thread() const { return mThread; }
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp35 KeyedVector<String8, wp<SharedLibrary> > Drm::mLibraryPathToOpenLibraryMap;
585 void Drm::binderDied(const wp<IBinder> &the_late_who)
H A DMediaPlayerService.cpp233 wp<MediaRecorderClient> w = recorder;
240 void MediaPlayerService::removeMediaRecorderClient(wp<MediaRecorderClient> client)
268 wp<Client> w = c;
492 void MediaPlayerService::removeClient(wp<Client> client)
524 wp<Client> client(this);
1727 CallbackThread(const wp<MediaPlayerBase::AudioSink> &sink,
1737 wp<MediaPlayerBase::AudioSink> mSink;
1748 const wp<MediaPlayerBase::AudioSink> &sink,
H A DCrypto.cpp34 KeyedVector<String8, wp<SharedLibrary> > Crypto::mLibraryPathToOpenLibraryMap;
H A DMediaRecorderClient.cpp297 wp<MediaRecorderClient> client(this);
/frameworks/av/include/media/stagefright/
H A DCameraSource.h139 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp43 const wp<MediaPlayerBase> &listener)
H A DTimedTextPlayer.cpp41 TimedTextPlayer::TimedTextPlayer(const wp<MediaPlayerBase> &listener)
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp352 wp<JavaBBinder> mBinder;
394 void binderDied(const wp<IBinder>& who)
423 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this);
478 wp<DeathRecipientList> mList;
1149 wp<IBinder::DeathRecipient> dr;
/frameworks/base/include/androidfw/
H A DAssetManager.h306 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp52 wp<CameraSource> mSource;
876 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who) {
H A DSurfaceMediaSource.cpp67 // dropping to 0 at the end of the ctor. Since all we need is a wp<...>
69 wp<BufferQueue::ConsumerListener> listener;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp70 // dropping to 0 at the end of the ctor. Since all we need is a wp<...>
72 wp<BufferQueue::ConsumerListener> listener;

Completed in 446 milliseconds

123456