HomeSort by relevance Sort by last modified time
    Searched defs:gadget (Results 1 - 14 of 14) sorted by null

  /system/core/usbd/
usbd.cpp 23 #include <android/hardware/usb/gadget/1.0/IUsbGadget.h>
29 using android::hardware::usb::gadget::V1_0::GadgetFunction;
30 using android::hardware::usb::gadget::V1_0::IUsbGadget;
34 android::sp<IUsbGadget> gadget = IUsbGadget::getService(); local
37 if (gadget != nullptr) {
43 ret = gadget->setCurrentUsbFunctions(static_cast<uint64_t>(GadgetFunction::ADB),
47 ret = gadget->setCurrentUsbFunctions(static_cast<uint64_t>(GadgetFunction::MTP),
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 17 package com.android.gallery3d.gadget;
WidgetTypeChooser.java 17 package com.android.gallery3d.gadget;
WidgetClickHandler.java 17 package com.android.gallery3d.gadget;
WidgetUtils.java 17 package com.android.gallery3d.gadget;
LocalPhotoSource.java 17 package com.android.gallery3d.gadget;
MediaSetSource.java 17 package com.android.gallery3d.gadget;
PhotoAppWidgetProvider.java 17 package com.android.gallery3d.gadget;
33 import com.android.gallery3d.gadget.WidgetDatabaseHelper.Entry;
WidgetConfigure.java 17 package com.android.gallery3d.gadget;
56 // size of the gadget. The real size could be larger.
WidgetService.java 17 package com.android.gallery3d.gadget;
WidgetDatabaseHelper.java 17 package com.android.gallery3d.gadget;
  /device/google/wahoo/usb/
UsbGadget.h 23 #include <android/hardware/usb/gadget/1.0/IUsbGadget.h>
38 namespace gadget { namespace in namespace:android::hardware::usb
96 } // namespace gadget
UsbGadget.cpp 17 #define LOG_TAG "android.hardware.usb.gadget@1.0-service.wahoo"
59 namespace gadget { namespace in namespace:android::hardware::usb
151 ALOGI("GADGET pulled up");
231 ALOGI("Gadget cannot be pulled down");
514 // Pull up the gadget right away when there are no ffs functions.
544 // Monitors the ffs paths to pull up the gadget when descriptors are written.
545 // Also takes of the pulling up the gadget again if the userspace process
576 // Unlink the gadget and stop the monitor if running.
582 // Leave the gadget pulled down to give time for the host to sense disconnect.
606 ALOGI("Usb Gadget setcurrent functions called successfully")
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 247 * Returns the gadget state template populated with the gadget
251 final String gadget = context.getString(getButtonDescription()); local
253 return context.getString(R.string.gadget_state_template, gadget, state);
    [all...]

Completed in 350 milliseconds