HomeSort by relevance Sort by last modified time
    Searched refs:getWeakProxyForHandle (Results 1 - 3 of 3) sorted by null

  /frameworks/base/include/binder/
ProcessState.h 62 wp<IBinder> getWeakProxyForHandle(int32_t handle);
  /frameworks/base/libs/binder/
ProcessState.cpp 193 // in getWeakProxyForHandle() for more info about this.
212 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
Parcel.cpp 95 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
132 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
276 *out = proc->getWeakProxyForHandle(flat->handle);
    [all...]

Completed in 26 milliseconds