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

  /frameworks/native/include/binder/
ProcessState.h 61 sp<IBinder> getStrongProxyForHandle(int32_t handle);
  /frameworks/native/libs/binder/
ProcessState.cpp 91 return getStrongProxyForHandle(0);
183 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
Parcel.cpp 89 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
126 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
249 *out = proc->getStrongProxyForHandle(flat->handle);
    [all...]

Completed in 1599 milliseconds