Loading cas/1.0/default/CasImpl.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ Return<void> CasImpl::openSession(openSession_cb _hidl_cb) { status_t err = INVALID_OPERATION; if (holder != NULL) { err = holder->get()->openSession(&sessionId); holder.clear(); } _hidl_cb(toStatus(err), sessionId); Loading Loading
cas/1.0/default/CasImpl.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ Return<void> CasImpl::openSession(openSession_cb _hidl_cb) { status_t err = INVALID_OPERATION; if (holder != NULL) { err = holder->get()->openSession(&sessionId); holder.clear(); } _hidl_cb(toStatus(err), sessionId); Loading