Home | History | Annotate | Download | only in lefty

Lines Matching defs:Lefty

16 #define LOG_TAG "Lefty"
19 #include "Lefty.h"
23 namespace lefty {
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