Home
last modified time | relevance | path

Searched defs:getChannel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/include/ui/
DInputTransport.h178 inline sp<InputChannel> getChannel() { return mChannel; } in getChannel() function
292 inline sp<InputChannel> getChannel() { return mChannel; } in getChannel() function
/frameworks/base/core/java/android/content/res/
DAssetFileDescriptor.java319 public FileChannel getChannel() { in getChannel() method in AssetFileDescriptor.AutoCloseMemoryFileInputStream