Searched refs:LocalBytes (Results 1 – 1 of 1) sorted by relevance
46 typedef ScopedLocalRef<jbyteArray> LocalBytes; typedef in android::__anona10c431a0111::Callback49 std::map<uint64_t, std::unique_ptr<LocalBytes>> mBuffers;71 mBuffers.insert(std::make_pair(inode, std::unique_ptr<LocalBytes>( in OnOpen()72 new LocalBytes(mEnv, buffer)))); in OnOpen()