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

  /frameworks/native/include/binder/
ProcessState.h 62 wp<IBinder> getWeakProxyForHandle(int32_t handle);
  /frameworks/native/libs/binder/
ProcessState.cpp 194 // in getWeakProxyForHandle() for more info about this.
213 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 285 milliseconds