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

/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp259 sp<NativeHandle> mSourceHandle; member in class:android::JTvInputHal::Connection
354 if (connection.mSourceHandle == NULL && connection.mThread == NULL) {
387 connection.mSourceHandle = NativeHandle::create(
399 connection.mSurface->setSidebandStream(connection.mSourceHandle);
431 if (connection.mSourceHandle != NULL) {
432 connection.mSourceHandle.clear();

Completed in 50 milliseconds