HomeSort by relevance Sort by last modified time
    Searched refs:wp (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 230 wp<MediaRecorderClient> w = recorder;
237 void MediaPlayerService::removeMediaRecorderClient(wp<MediaRecorderClient> client)
263 wp<Client> w = c;
478 void MediaPlayerService::removeClient(wp<Client> client)
510 wp<Client> client(this);
    [all...]
MediaRecorderClient.cpp 297 wp<MediaRecorderClient> client(this);
  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor.cpp 41 wp<Camera2Client> client,
42 wp<CaptureSequencer> sequencer):
CallbackProcessor.cpp 33 CallbackProcessor::CallbackProcessor(wp<Camera2Client> client):
CaptureSequencer.cpp 36 CaptureSequencer::CaptureSequencer(wp<Camera2Client> client):
56 void CaptureSequencer::setZslProcessor(wp<ZslProcessor> processor) {
  /external/libppp/src/
iface.c 718 char *wp; local
721 wp = (char *)(ifam + 1);
725 sa[rtax] = (struct sockaddr *)wp;
726 wp += ROUNDUP(sa[rtax]->sa_len);
ncpaddr.c 908 char *wp; local
960 bits = strtol(data + len + 1, &wp, 0);
961 if (*wp || wp == data + len + 1 || bits < 0 || bits > 128) {
route.c 317 char *wp; local
320 wp = (char *)(rtm + 1);
324 sa[rtax] = (struct sockaddr *)wp;
325 wp += ROUNDUP(sa[rtax]->sa_len);
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 43 const wp<MediaPlayerBase> &listener)
TimedTextPlayer.cpp 41 TimedTextPlayer::TimedTextPlayer(const wp<MediaPlayerBase> &listener)
  /frameworks/base/core/jni/
android_util_Binder.cpp 360 wp<JavaBBinder> mBinder;
402 void binderDied(const wp<IBinder>& who)
431 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this);
486 wp<DeathRecipientList> mList;
    [all...]
  /frameworks/base/include/androidfw/
AssetManager.h 306 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
  /frameworks/native/libs/gui/
ConsumerBase.cpp 63 // dropping to 0 at the end of the ctor. Since all we need is a wp<...>
65 wp<BufferQueue::ConsumerListener> listener;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 144 void SurfaceFlinger::binderDied(const wp<IBinder>& who)
486 wp<IBinder> token = mDefaultDisplays[i];
574 wp<IBinder> lbcBinder = lbc->getSurfaceTextureBinder();
593 wp<IBinder> lbcBinder = lbc->getSurfaceTextureBinder();
    [all...]
LayerBase.cpp 532 wp<IBinder> LayerBaseClient::getSurfaceBinder() const {
536 wp<IBinder> LayerBaseClient::getSurfaceTextureBinder() const {
EventThread.cpp 69 const wp<EventThread::Connection>& connection) {
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 800 bool Win32SocketServer::MessageWindow::OnMessage(UINT wm, WPARAM wp,
803 if (wm == s_wm_wakeup_id || (wm == WM_TIMER && wp == 1)) {
  /frameworks/av/media/libstagefright/
CameraSource.cpp 52 wp<CameraSource> mSource;
865 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who) {
SurfaceMediaSource.cpp 67 // dropping to 0 at the end of the ctor. Since all we need is a wp<...>
69 wp<BufferQueue::ConsumerListener> listener;
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 119 virtual void binderDied(const wp<IBinder>& who);
  /external/qemu/
cpu-exec.c 211 CPUWatchpoint *wp; local
214 QTAILQ_FOREACH(wp, &env->watchpoints, entry) {
215 wp->flags &= ~BP_WATCHPOINT_HIT;
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 317 wp<MediaSource> tmp = mVideoSource;
    [all...]

Completed in 903 milliseconds

1 2 3 45 6 7