Searched refs:wp (Results 51 - 75 of 137) sorted by relevance

123456

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h36 void setDriver(const wp<NuPlayerDriver> &driver);
110 wp<NuPlayerDriver> mDriver;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h121 wp<camera2::FrameProcessor::FilteredListener> listener);
123 wp<camera2::FrameProcessor::FilteredListener> listener);
/frameworks/native/libs/binder/
H A DBinder.cpp126 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
127 wp<DeathRecipient>* outRecipient)
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h73 buffer_handle_t *buffer, wp<BufferReleasedListener> listener);
285 const wp<BufferReleasedListener> &releaseListener);
307 wp<StreamAdapter> mBaseStream;
311 wp<BufferReleasedListener> releaseListener;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h51 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/services/common_time/
H A Dcommon_clock_service.h59 virtual void binderDied(const wp<IBinder>& who);
/frameworks/native/include/binder/
H A DProcessState.h62 wp<IBinder> getWeakProxyForHandle(int32_t handle);
H A DParcel.h103 status_t writeWeakBinder(const wp<IBinder>& val);
161 wp<IBinder> readWeakBinder() const;
386 const wp<IBinder>& binder, flat_binder_object* out);
390 const flat_binder_object& flat, wp<IBinder>* out);
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.h74 const wp<StreamPlayer> mPlayer;
H A Dandroid_GenericMediaPlayer.h49 const wp<GenericMediaPlayer> mGenericMediaPlayer;
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h122 virtual void binderDied(const wp<IBinder>& who);
174 AudioCommandThread (String8 name, const wp<AudioPolicyService>& service);
259 wp<AudioPolicyService> mService;
H A DThreads.h104 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
108 virtual void binderDied(const wp<IBinder>& who);
114 wp<ThreadBase> mThread;
501 SortedVector< wp<Track> > mActiveTracks; // FIXME check if this could be sp<>
504 wp<Track> mLatestActiveTrack; // latest track added to mActiveTracks
765 wp<Track> mPreviousTrack; // used to detect track switch
771 AsyncCallbackThread(const wp<PlaybackThread>& playbackThread);
788 const wp<PlaybackThread> mPlaybackThread;
922 static void syncStartEventCallback(const wp<SyncEvent>& event);
H A DTrackBase.h117 const wp<ThreadBase> mThread;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp259 List<wp<Camera3StreamBufferListener> >::iterator it, end;
395 wp<Camera3StreamBufferListener> listener) {
405 List<wp<Camera3StreamBufferListener> >::iterator it, end;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h252 void removeMediaRecorderClient(wp<MediaRecorderClient> client);
276 void removeClient(wp<Client> client);
444 SortedVector< wp<Client> > mClients;
445 SortedVector< wp<MediaRecorderClient> > mMediaRecorderClients;
/frameworks/av/media/libstagefright/include/
H A DTimedEventQueue.h67 virtual void binderDied(const wp<IBinder>& who);
H A DOMX.h127 virtual void binderDied(const wp<IBinder> &the_late_who);
155 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp702 void CameraService::removeClientByRemote(const wp<IBinder>& remoteBinder) {
735 const wp<IBinder>& cameraCallbacksRemote)
743 wp<ProClient> cl = mProClientList[i][j];
766 const wp<IBinder>& cameraClient, int& outIndex) {
807 const wp<IBinder>& cameraClient) {
1086 CameraService::Client::OpsCallback::OpsCallback(wp<BasicClient> client):
1245 const wp<IBinder> &who) {
1248 * While tempting to promote the wp<IBinder> into a sp,
1319 Vector<wp<ProClient> > proClients(mProClientList[cameraId]);
1320 Vector<wp<ProClien
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h222 buffer_handle_t *buffer, wp<BufferReleasedListener> listener) = 0;
/frameworks/native/libs/gui/
H A DSensorManager.cpp80 virtual void binderDied(const wp<IBinder>& who) {
H A DConsumerBase.cpp62 // dropping to 0 at the end of the ctor. Since all we need is a wp<...>
64 wp<ConsumerListener> listener = static_cast<ConsumerListener*>(this);
154 const wp<FrameAvailableListener>& listener) {
/frameworks/av/camera/
H A DCameraBase.cpp52 virtual void binderDied(const wp<IBinder>& who) {
156 void CameraBase<TCam, TCamTraits>::binderDied(const wp<IBinder>& who) {
/frameworks/av/include/media/
H A DAudioRecord.h501 virtual void binderDied(const wp<IBinder>& who);
503 const wp<AudioRecord> mAudioRecord;
H A DAudioSystem.h269 virtual void binderDied(const wp<IBinder>& who);
285 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h39 void setListener(const wp<MediaPlayerBase> &listener);
128 wp<MediaPlayerBase> mListener;

Completed in 929 milliseconds

123456