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 66 wp<IBinder> getWeakProxyForHandle(int32_t handle);
  /frameworks/base/libs/binder/
ProcessState.cpp 219 // in getWeakProxyForHandle() for more info about this.
238 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
Parcel.cpp 83 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
120 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
264 *out = proc->getWeakProxyForHandle(flat->handle);
    [all...]

Completed in 92 milliseconds