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

1 2 3 4 56 7 8 910

  /frameworks/native/libs/gui/
ConsumerBase.cpp 62 // 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/native/services/surfaceflinger/
Layer.h 300 wp<Layer> mLayer;
374 const wp<Client> mClientRef;
Client.cpp 79 wp<Layer> layer(mLayers.valueFor(handle));
  /external/libppp/src/
filter.c 247 char *wp; local
250 ruleno = strtol(*argv, &wp, 0);
251 if (*argv == wp || ruleno >= MAXFILTERS) {
273 val = strtol(*argv, &wp, 0);
274 if (!*wp && val >= 0 && val < MAXFILTERS) {
iface.c 718 char *wp; local
721 wp = (char *)(ifam + 1);
725 sa[rtax] = (struct sockaddr *)wp;
726 wp += ROUNDUP(sa[rtax]->sa_len);
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 45 static LRESULT CALLBACK CoreWindowProc(HWND window, UINT message, WPARAM wp,
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 420 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/media/
AudioEffect.h 439 virtual void binderDied(const wp<IBinder>& who) {mEffect->binderDied();}
AudioTrack.h     [all...]
  /frameworks/av/include/media/stagefright/
CameraSource.h 139 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/media/libmedia/
mediametadataretriever.cpp 160 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who) {
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 35 StatusTracker::StatusTracker(wp<Camera3Device> parent) :
  /frameworks/base/services/common_time/
common_clock_service.cpp 133 void CommonClockService::binderDied(const wp<IBinder>& who) {
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 62 void setListener(const wp<MediaPlayerBase> &listener);
152 wp<MediaPlayerBase> mListener;
  /frameworks/native/libs/binder/
BpBinder.cpp 208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
209 wp<DeathRecipient>* outRecipient)
ProcessState.cpp 240 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
242 wp<IBinder> result;
Parcel.cpp 96 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
133 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
184 const wp<IBinder>& binder, Parcel* out)
257 const Parcel& in, wp<IBinder>* out)
712 status_t Parcel::writeWeakBinder(const wp<IBinder>& val)
1101 wp<IBinder> Parcel::readWeakBinder() const
1103 wp<IBinder> val;
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 489 WINDOWPLACEMENT wp; local
490 wp.length = sizeof(wp);
491 const bool succeeded = !!::GetWindowPlacement(hwnd(), &wp);
495 if (wp.showCmd == SW_SHOWNORMAL) {
499 const bool succeeded = GetWindowRect(hwnd(), &wp.rcNormalPosition) != 0;
502 *bounds = gfx::Rect(wp.rcNormalPosition);
510 *bounds = gfx::Rect(wp.rcNormalPosition);
519 if (wp.showCmd == SW_SHOWMAXIMIZED)
521 else if (wp.showCmd == SW_SHOWMINIMIZED
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_dec.c 164 unsigned char *wp=NULL; /* BIG FAT WARNING! BREAKS CONST WHERE USED */ local
286 wp = *(unsigned char **)in;
287 imphack = *wp;
294 *wp = (unsigned char)((*p & V_ASN1_CONSTRUCTED)
301 *wp = imphack;
  /external/openssl/crypto/asn1/
tasn_dec.c 164 unsigned char *wp=NULL; /* BIG FAT WARNING! BREAKS CONST WHERE USED */ local
286 wp = *(unsigned char **)in;
287 imphack = *wp;
294 *wp = (unsigned char)((*p & V_ASN1_CONSTRUCTED)
301 *wp = imphack;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 244 typedef void (*sync_event_callback_t)(const wp<SyncEvent>& event) ;
353 virtual void binderDied(const wp<IBinder>& who);
541 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
  /frameworks/av/media/libmediaplayerservice/
Drm.cpp 35 KeyedVector<String8, wp<SharedLibrary> > Drm::mLibraryPathToOpenLibraryMap;
592 void Drm::binderDied(const wp<IBinder> &the_late_who)
MediaPlayerService.cpp 235 wp<MediaRecorderClient> w = recorder;
242 void MediaPlayerService::removeMediaRecorderClient(wp<MediaRecorderClient> client)
270 wp<Client> w = c;
494 void MediaPlayerService::removeClient(wp<Client> client)
526 wp<Client> client(this);
    [all...]
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.h 164 LRESULT OnTimer(UINT msg, WPARAM wp, LPARAM lp, BOOL& handled) { // NOLINT
simulate_input.cc 62 LRESULT OnHotKey(UINT msg, WPARAM wp, LPARAM lp, BOOL& handled) { // NOLINT

Completed in 638 milliseconds

1 2 3 4 56 7 8 910