Home
last modified time | relevance | path

Searched refs:fastPointer (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIMemory.h80 void* fastPointer(const sp<IBinder>& heap, ssize_t offset) const;
/frameworks/native/libs/binder/
DIMemory.cpp143 void* IMemory::fastPointer(const sp<IBinder>& binder, ssize_t offset) const in fastPointer() function in android::IMemory