Searched refs:mSourceHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp277 sp<NativeHandle> mSourceHandle; member in class:android::JTvInputHal::Connection
359 if (connection.mSourceHandle == NULL && connection.mThread == NULL) {
401 connection.mSourceHandle = NativeHandle::create((native_handle_t*)sidebandStream, false);
405 connection.mSurface->setSidebandStream(connection.mSourceHandle);
432 if (connection.mSourceHandle != NULL) {
433 connection.mSourceHandle.clear();

Completed in 652 milliseconds