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

  /hardware/bsp/intel/peripheral/libmraa/examples/java/
HelloEdison.java 68 gpio182.getPin(), val, val == 0 ? 1 : 0));
  /hardware/bsp/intel/peripheral/libmraa/tests/
gpio_checks.py 39 self.gpio_path = "/sys/class/gpio/gpio" + str(self.pin.getPin(True))
46 self.pin_no = self.pin.getPin() # i should have the pin no. here as set when initing Gpio class
  /hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
lsm9ds0.cxx 759 getPin(intr) = new mraa::Gpio(gpio);
761 getPin(intr)->dir(mraa::DIR_IN);
762 getPin(intr)->isr(level, isr, arg);
767 if (getPin(intr))
769 getPin(intr)->isrExit();
770 delete getPin(intr);
772 getPin(intr) = 0;
776 mraa::Gpio*& LSM9DS0::getPin(INTERRUPT_PINS_T intr)
lsm9ds0.h     [all...]
  /packages/apps/TV/src/com/android/tv/dialog/
PinDialogFragment.java 165 if (TextUtils.isEmpty(getPin())) {
181 if (TextUtils.isEmpty(getPin())) {
268 if (DBG) Log.d(TAG, "done: mType=" + mType + " pin=" + pin + " stored=" + getPin());
274 if (TextUtils.isEmpty(getPin()) || pin.equals(getPin())) {
291 if (TextUtils.isEmpty(getPin())) {
305 if (pin.equals(getPin())) {
325 private String getPin() {
  /packages/services/Telephony/src/com/android/phone/
EnableIccPinScreen.java 98 private String getPin() {
105 mPhone.getIccCard().setIccLockEnabled(mEnable, getPin(), callback);
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp 278 getPin(bool raw = false)

Completed in 147 milliseconds