HomeSort by relevance Sort by last modified time
    Searched refs:lefty (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/lefty/
lefty_service.cpp 16 #include "Lefty.h"
22 #include <vendor/google_clockwork/lefty/1.0/ILefty.h>
25 using ::vendor::google_clockwork::lefty::V1_0::ILefty;
26 using ::vendor::google_clockwork::lefty::V1_0::implementation::Lefty;
34 sp<ILefty> lefty = new Lefty(); local
35 CHECK_EQ(lefty->registerAsService(), android::NO_ERROR)
36 << "Failed to register Lefty HAL";
Lefty.h 22 #include <vendor/google_clockwork/lefty/1.0/ILefty.h>
26 namespace lefty { namespace in namespace:vendor::google_clockwork
30 using ::vendor::google_clockwork::lefty::V1_0::ILefty;
36 struct Lefty : public ILefty {
37 Lefty();
39 // Methods from ::vendor::google_clockwork::lefty::V1_0::ILefty follow.
50 } // namespace lefty
Lefty.cpp 16 #define LOG_TAG "Lefty"
19 #include "Lefty.h"
23 namespace lefty { namespace in namespace:vendor::google_clockwork
27 Lefty::Lefty() : mHubConnection(HubConnection::getInstance()) {
28 ALOGI("Created a Lefty interface instance");
31 // Methods from ::vendor::google_clockwork::lefty::V1_0::ILefty follow.
32 Return<void> Lefty::setLeftyMode(bool enabled) {
42 return new Lefty();
47 } // namespace lefty
    [all...]
Android.mk 26 LOCAL_MODULE := vendor.google_clockwork.lefty@1.0-impl.nanohub
41 Lefty.cpp \
44 vendor.google_clockwork.lefty@1.0 \
77 Lefty.cpp \
81 vendor.google_clockwork.lefty@1.0 \

Completed in 119 milliseconds