Searched defs:native (Results 1 – 4 of 4) sorted by relevance
73 const StringType& native() const { return m_PathName; } in native() function74 StringType& native() { return m_PathName; } in native() function
70 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef() local
384 unsigned native, dummy; in parseFormatSpec() local
1357 status_t AwesomePlayer::setNativeWindow_l(const sp<ANativeWindow> &native) { in setNativeWindow_l()