Searched refs:getAshmemFd (Results 1 – 3 of 3) sorted by relevance
114 int getAshmemFd() const;
338 int Bitmap::getAshmemFd() const { in getAshmemFd() function in android::Bitmap
446 return (bitmap.valid()) ? bitmap->bitmap().getAshmemFd() : -1; in Bitmap_getAshmemFd()854 int fd = bitmapWrapper->bitmap().getAshmemFd(); in Bitmap_writeToParcel()