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

  /external/bluetooth/bluez/tools/
avctrl.c 82 int err, intf = 2; local
99 if (usb_claim_interface(udev, intf) < 0) {
106 HID_REQ_SET_REPORT, 0x03 << 8, intf, buf, sizeof(buf), 10000);
116 usb_release_interface(udev, intf);
dfutool.c 120 int i, intf, sel = 0, num = 0, try = 5, bus_id = -1, dev_id = -1; local
177 intf = get_interface_number(dfu_dev[sel]);
186 if (usb_claim_interface(udev, intf) < 0) {
192 if (dfu_get_status(udev, intf, &status) < 0) {
198 if (dfu_clear_status(udev, intf) < 0) {
202 if (dfu_abort(udev, intf) < 0) {
206 if (dfu_get_status(udev, intf, &status) < 0) {
235 if (dfu_detach(udev, intf) < 0) {
240 if (dfu_get_status(udev, intf, &status) < 0) {
250 usb_release_interface(udev, intf);
    [all...]
  /external/dhcpcd/
dhcpcd.c 645 char *intf = NULL; local
764 free(intf);
765 intf = xstrdup(line);
770 if (intf && strcmp(intf, options->interface) != 0)
777 free(intf);
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_cpm_support.cpp 474 PVInterface* intf = local
477 OSCL_STATIC_CAST(PVMFCPMPluginAccessInterface*, intf);
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.cpp 446 PVInterface* intf = local
449 iDataStream = OSCL_STATIC_CAST(PVMIDataStreamSyncInterface*, intf);
  /external/qemu/distrib/zlib-1.2.3/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /external/zlib/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
zconf.in.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zconf.h 55 # define intf z_intf macro
273 typedef int FAR intf; typedef
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 2631 PVInterface* intf = local
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.cpp 16098 PVInterface* intf = NULL; local
    [all...]

Completed in 1308 milliseconds