HomeSort by relevance Sort by last modified time
    Searched refs:wp (Results 151 - 175 of 230) sorted by null

1 2 3 4 5 67 8 910

  /external/libppp/src/
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/libmediaplayerservice/
Crypto.cpp 34 KeyedVector<String8, wp<SharedLibrary> > Crypto::mLibraryPathToOpenLibraryMap;
MediaRecorderClient.cpp 297 wp<MediaRecorderClient> client(this);
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 374 void TimedEventQueue::PMDeathRecipient::binderDied(const wp<IBinder>& who)
CameraSource.cpp 52 wp<CameraSource> mSource;
876 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who) {
SurfaceMediaSource.cpp 66 // dropping to 0 at the end of the ctor. Since all we need is a wp<...>
68 wp<ConsumerListener> listener = static_cast<ConsumerListener*>(this);
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 43 const wp<MediaPlayerBase> &listener)
TimedTextPlayer.cpp 41 TimedTextPlayer::TimedTextPlayer(const wp<MediaPlayerBase> &listener)
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 272 const wp<ThreadBase>& thread() const { return mThread; }
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 40 wp<CaptureSequencer> sequencer):
CaptureSequencer.cpp 36 CaptureSequencer::CaptureSequencer(wp<Camera2Client> client):
58 void CaptureSequencer::setZslProcessor(wp<ZslProcessorInterface> processor) {
  /frameworks/base/core/jni/
android_util_Binder.cpp 352 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;
    [all...]
  /frameworks/base/include/androidfw/
AssetManager.h 306 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
  /frameworks/native/services/sensorservice/
SensorService.cpp 406 const SortedVector< wp<SensorEventConnection> > activeConnections(
457 SortedVector< wp<SensorService::SensorEventConnection> >
508 const wp<SensorEventConnection> connection(c);
715 const wp<SensorEventConnection>& connection)
    [all...]
  /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...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 183 WPARAM wp,
207 return CallWindowProc(old_proc, window, message, wp, lp);
955 HWND window, UINT message, WPARAM wp, LPARAM lp) {
966 } else if (message == WM_HOTKEY && wp == kFlipWindowsHotKeyId) {
    [all...]
  /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)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc 853 bool Win32SocketServer::MessageWindow::OnMessage(UINT wm, WPARAM wp,
856 if (wm == s_wm_wakeup_id || (wm == WM_TIMER && wp == 1)) {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 192 void SurfaceFlinger::binderDied(const wp<IBinder>& who)
580 wp<IBinder> token = mBuiltinDisplays[i];
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 90 wp<MMCameraDL> MMCameraDL::instance;
  /device/lge/mako/camera/
QCameraHWI_Mem.cpp 90 wp<MMCameraDL> MMCameraDL::instance;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 69 virtual bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT& result);

Completed in 594 milliseconds

1 2 3 4 5 67 8 910