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

  /frameworks/native/libs/binder/include/binder/
ProcessState.h 63 sp<IBinder> getStrongProxyForHandle(int32_t handle);
  /system/libhwbinder/include/hwbinder/
ProcessState.h 59 sp<IBinder> getStrongProxyForHandle(int32_t handle);
  /frameworks/native/libs/binder/
ProcessState.cpp 100 return getStrongProxyForHandle(0);
192 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
Parcel.cpp 119 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
167 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
315 *out = proc->getStrongProxyForHandle(flat->handle);
    [all...]
  /system/libhwbinder/
ProcessState.cpp 85 return getStrongProxyForHandle(0);
179 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
Parcel.cpp 113 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
159 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
302 *out = proc->getStrongProxyForHandle(flat->handle);
    [all...]
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 685 EXPECT_EQ(ProcessState::self()->getStrongProxyForHandle(fb->handle), m_server);

Completed in 615 milliseconds