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

  /frameworks/base/include/binder/
ProcessState.h 65 sp<IBinder> getStrongProxyForHandle(int32_t handle);
  /frameworks/base/libs/binder/
ProcessState.cpp 99 return getStrongProxyForHandle(0);
208 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
Parcel.cpp 75 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
112 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
235 *out = proc->getStrongProxyForHandle(flat->handle);
    [all...]