Searched refs:handleAt (Results 1 – 4 of 4) sorted by relevance
92 virtual sp<NativeHandle> handleAt(size_t index) const { return NULL; }; in handleAt() function
78 sp<NativeHandle> handleAt(size_t index) const;
1374 info.mNativeHandle = portDesc->handleAt(i); in onMessageReceived()
5325 sp<NativeHandle> ACodec::PortDescription::handleAt(size_t index) const { in handleAt() function in android::ACodec::PortDescription