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

1 2 34 5 6 7

  /frameworks/native/libs/gui/
SensorManager.cpp 80 virtual void binderDied(const wp<IBinder>& who) {
Surface.cpp 266 DefaultKeyedVector<wp<IBinder>, wp<Surface> > Surface::sCachedSurfaces;
292 wp<Surface> s(sCachedSurfaces.valueAt(i));
  /frameworks/native/services/surfaceflinger/
Layer.h 88 virtual wp<IBinder> getSurfaceTextureBinder() const;
Client.cpp 81 wp<LayerBaseClient> layer(mLayers.valueFor(i));
Layer.cpp 88 wp<Layer> mLayer;
141 wp<const Layer> mOwner;
159 wp<IBinder> Layer::getSurfaceTextureBinder() const
  /external/mksh/src/
main.c 166 const char *ccp, **wp; local
306 for (wp = (const char **)environ; *wp != NULL; wp++)
307 typeset(*wp, IMPORT | EXPORT, 0, 0, 0);
328 for (wp = initcoms; *wp != NULL; wp++) {
329 shcomexec(wp);
330 while (*wp != NULL
    [all...]
misc.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/mme/
SDL_mmeaudio.c 112 WAVEHDR *wp = (WAVEHDR *) dwParam1; local
115 inUse[wp->dwUser] = FALSE;
  /frameworks/av/include/media/
AudioSystem.h 254 virtual void binderDied(const wp<IBinder>& who);
270 virtual void binderDied(const wp<IBinder>& who);
AudioEffect.h 439 virtual void binderDied(const wp<IBinder>& who) {mEffect->binderDied();}
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 39 void setListener(const wp<MediaPlayerBase> &listener);
128 wp<MediaPlayerBase> mListener;
  /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) {
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 244 const wp<IBinder>& cameraClient, int& outIndex) {
285 const wp<IBinder>& cameraClient) {
562 const wp<IBinder> &who) {
565 * While tempting to promote the wp<IBinder> into a sp,
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 431 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/media/stagefright/
CameraSource.h 130 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/media/libmedia/
mediametadataretriever.cpp 160 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who) {
  /frameworks/base/services/common_time/
common_clock_service.cpp 133 void CommonClockService::binderDied(const wp<IBinder>& who) {
  /frameworks/native/services/sensorservice/
SensorService.cpp 302 const SortedVector< wp<SensorEventConnection> > activeConnections(
349 SortedVector< wp<SensorService::SensorEventConnection> >
395 const wp<SensorEventConnection> connection(c);
550 const wp<SensorEventConnection>& connection)
  /frameworks/av/camera/
Camera.cpp 406 void Camera::binderDied(const wp<IBinder>& who) {
411 void Camera::DeathNotifier::binderDied(const wp<IBinder>& who) {
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 61 void setListener(const wp<MediaPlayerBase> &listener);
151 wp<MediaPlayerBase> mListener;
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegProcessor.cpp 38 wp<Camera2Client> client,
39 wp<CaptureSequencer> sequencer):
  /frameworks/native/libs/binder/
BpBinder.cpp 208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
209 wp<DeathRecipient>* outRecipient)
ProcessState.cpp 213 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
215 wp<IBinder> result;
Parcel.cpp 95 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)
685 status_t Parcel::writeWeakBinder(const wp<IBinder>& val)
1047 wp<IBinder> Parcel::readWeakBinder() const
1049 wp<IBinder> val;
    [all...]
  /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;

Completed in 724 milliseconds

1 2 34 5 6 7