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

  /system/core/include/cutils/
partition_utils.h 23 void erase_footer(const char *dev_path, long long size);
  /external/bluetooth/bluez/src/
agent.c 457 const gchar *dev_path = device_get_path(device); local
466 err = pincode_request_new(req, dev_path, FALSE);
614 const gchar *dev_path = device_get_path(device); local
626 err = passkey_request_new(req, dev_path);
673 const gchar *dev_path = device_get_path(device); local
685 err = confirmation_request_new(req, dev_path, passkey);
730 const gchar *dev_path = device_get_path(device); local
742 err = pairing_consent_request_new(req, dev_path);
796 const gchar *dev_path = device_get_path(device); local
806 DBUS_TYPE_OBJECT_PATH, &dev_path,
    [all...]
adapter.c 1182 const gchar *dev_path = device_get_path(device); local
1192 DBUS_TYPE_OBJECT_PATH, &dev_path,
1564 const gchar *dev_path; local
1772 const gchar *dev_path = device_get_path(device); local
1820 const gchar *dev_path; local
3794 const gchar *dev_path; local
    [all...]
  /external/bluetooth/bluez/test/
apitest 84 dev_path = None variable in class:Tester
115 self.dev_path = a
117 self.dev_path = '/org/bluez/%s' % a
128 if not self.dev_path:
131 self.dev_path = self.manager.DefaultAdapter()
136 obj = self.bus.get_object('org.bluez', self.dev_path)

Completed in 347 milliseconds