Loading trusty/confirmationui/TrustyApp.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ */ #include "TrustyApp.h" #include "TrustyIpc.h" #include <BufferAllocator/BufferAllocator.h> #include <android-base/logging.h> Loading @@ -27,6 +26,7 @@ namespace android { namespace trusty { namespace confirmationui { using ::android::base::unique_fd; Loading Loading @@ -162,5 +162,6 @@ TrustyApp::~TrustyApp() { LOG(INFO) << "Done shutting down TrustyApp"; } } // namespace confirmationui } // namespace trusty } // namespace android trusty/confirmationui/TrustyApp.h +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ #pragma once #include "TrustyIpc.h" #include <TrustyIpc.h> #include <android-base/logging.h> #include <android-base/unique_fd.h> Loading @@ -41,6 +41,7 @@ namespace android { namespace trusty { namespace confirmationui { using ::teeui::Message; using ::teeui::msg2tuple_t; Loading Loading @@ -148,5 +149,6 @@ class TrustyApp { operator bool() const { return handle_ != kInvalidHandle; } }; } // namespace confirmationui } // namespace trusty } // namespace android trusty/confirmationui/TrustyConfirmationUI.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ namespace implementation { using namespace secure_input; using ::android::trusty::TrustyAppError; using ::android::trusty::confirmationui::TrustyAppError; using ::teeui::AbortMsg; using ::teeui::DeliverTestCommandMessage; Loading trusty/confirmationui/TrustyConfirmationUI.h +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ using ::android::hardware::hidl_vec; using ::android::hardware::Return; using ::android::hardware::Void; using ::android::trusty::TrustyApp; using ::android::trusty::confirmationui::TrustyApp; class TrustyConfirmationUI : public IConfirmationUI { public: Loading trusty/confirmationui/TrustyIpc.h→trusty/confirmationui/include/TrustyIpc.h +0 −0 File moved. View file Loading
trusty/confirmationui/TrustyApp.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ */ #include "TrustyApp.h" #include "TrustyIpc.h" #include <BufferAllocator/BufferAllocator.h> #include <android-base/logging.h> Loading @@ -27,6 +26,7 @@ namespace android { namespace trusty { namespace confirmationui { using ::android::base::unique_fd; Loading Loading @@ -162,5 +162,6 @@ TrustyApp::~TrustyApp() { LOG(INFO) << "Done shutting down TrustyApp"; } } // namespace confirmationui } // namespace trusty } // namespace android
trusty/confirmationui/TrustyApp.h +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ #pragma once #include "TrustyIpc.h" #include <TrustyIpc.h> #include <android-base/logging.h> #include <android-base/unique_fd.h> Loading @@ -41,6 +41,7 @@ namespace android { namespace trusty { namespace confirmationui { using ::teeui::Message; using ::teeui::msg2tuple_t; Loading Loading @@ -148,5 +149,6 @@ class TrustyApp { operator bool() const { return handle_ != kInvalidHandle; } }; } // namespace confirmationui } // namespace trusty } // namespace android
trusty/confirmationui/TrustyConfirmationUI.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ namespace implementation { using namespace secure_input; using ::android::trusty::TrustyAppError; using ::android::trusty::confirmationui::TrustyAppError; using ::teeui::AbortMsg; using ::teeui::DeliverTestCommandMessage; Loading
trusty/confirmationui/TrustyConfirmationUI.h +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ using ::android::hardware::hidl_vec; using ::android::hardware::Return; using ::android::hardware::Void; using ::android::trusty::TrustyApp; using ::android::trusty::confirmationui::TrustyApp; class TrustyConfirmationUI : public IConfirmationUI { public: Loading
trusty/confirmationui/TrustyIpc.h→trusty/confirmationui/include/TrustyIpc.h +0 −0 File moved. View file