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 56 sp<IBinder> getStrongProxyForHandle(int32_t handle);
  /frameworks/native/libs/binder/
ProcessState.cpp 86 return getStrongProxyForHandle(0);
178 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
Parcel.cpp 92 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
129 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
255 *out = proc->getStrongProxyForHandle(flat->handle);
    [all...]

Completed in 92 milliseconds