HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /external/python/cpython2/Lib/test/
test_xml_etree.py 138 def interface(): function
140 Test element tree interface.
651 Test iterparse interface.
    [all...]
  /external/syslinux/gpxe/src/interface/efi/
efi_snp.c 40 * gPXE EFI SNP interface
68 /** The network interface identifier */
96 /** EFI network interface identifier GUID */
100 /** EFI network interface identifier GUID (extra special version) */
117 * @v snp SNP interface
169 * @v snp SNP interface
186 * @v snp SNP interface
203 * @v snp SNP interface
232 * @v snp SNP interface
261 * @v snp SNP interface
761 void *interface; member in union:__anon38437
824 void *interface; member in union:__anon38438
    [all...]
  /hardware/libhardware/modules/radio/
radio_hw.c 88 struct radio_tuner interface; member in struct:stub_radio_tuner
689 rdev->tuner->interface.set_configuration = tuner_set_configuration;
690 rdev->tuner->interface.get_configuration = tuner_get_configuration;
691 rdev->tuner->interface.scan = tuner_scan;
692 rdev->tuner->interface.step = tuner_step;
693 rdev->tuner->interface.tune = tuner_tune;
694 rdev->tuner->interface.cancel = tuner_cancel;
695 rdev->tuner->interface.get_program_information = tuner_get_program_information;
713 *tuner = &rdev->tuner->interface;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xml_etree.py 138 def interface(): function
140 Test element tree interface.
651 Test iterparse interface.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xml_etree.py 138 def interface(): function
140 Test element tree interface.
651 Test iterparse interface.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 138 def interface(): function
140 Test element tree interface.
651 Test iterparse interface.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 138 def interface(): function
140 Test element tree interface.
651 Test iterparse interface.
    [all...]
  /system/bt/hci/src/
hci_layer.cc 83 // Our interface
85 static hci_t interface; variable
312 // Interface functions
715 // there's only one instance of the hci interface.
717 interface.set_data_cb = set_data_cb;
718 interface.transmit_command = transmit_command;
719 interface.transmit_command_futured = transmit_command_futured;
720 interface.transmit_downward = transmit_downward;
729 interface.set_data_cb = NULL;
730 interface.transmit_command = NULL
    [all...]
  /system/bt/profile/avrcp/tests/
avrcp_device_test.cc 51 const stack_config_t interface = { member in namespace:bluetooth::avrcp
101 MockMediaInterface interface; local
104 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr);
117 EXPECT_CALL(interface, GetNowPlayingList(_))
145 MockMediaInterface interface; local
148 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr);
153 EXPECT_CALL(interface, GetPlayStatus(_))
187 MockMediaInterface interface; local
190 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr);
195 EXPECT_CALL(interface, GetPlayStatus(_)
229 MockMediaInterface interface; local
271 MockMediaInterface interface; local
297 MockMediaInterface interface; local
342 MockMediaInterface interface; local
366 MockMediaInterface interface; local
390 MockMediaInterface interface; local
415 MockMediaInterface interface; local
439 MockMediaInterface interface; local
463 MockMediaInterface interface; local
494 MockMediaInterface interface; local
524 MockMediaInterface interface; local
551 MockMediaInterface interface; local
646 MockMediaInterface interface; local
688 MockMediaInterface interface; local
711 MockMediaInterface interface; local
728 MockMediaInterface interface; local
766 MockMediaInterface interface; local
806 MockMediaInterface interface; local
825 MockMediaInterface interface; local
856 MockMediaInterface interface; local
890 MockMediaInterface interface; local
919 MockMediaInterface interface; local
949 MockMediaInterface interface; local
997 MockMediaInterface interface; local
    [all...]
  /system/core/adb/client/
usb_libusb.cpp 93 unique_device_handle&& device_handle, uint8_t interface, uint8_t bulk_in,
101 interface(interface),
130 libusb_release_interface(handle, interface);
144 uint8_t interface; member in struct:libusb::usb_handle
207 // Assume that all Android devices have the device class set to per interface.
230 const libusb_interface& interface = config->interface[interface_num]; local
231 if (interface.num_altsetting != 1) {
234 LOG(VERBOSE) << "skipping interface with incorrect num_altsetting at " << device_addres
    [all...]
usb_linux.cpp 145 struct usb_interface_descriptor* interface; local
194 // loop through all the descriptors and look for the ADB interface
200 interface = (struct usb_interface_descriptor *)bufptr;
204 D("interface descriptor has wrong size");
210 interface->bInterfaceClass, interface->bInterfaceSubClass,
211 interface->bInterfaceProtocol, interface->bNumEndpoints);
213 if (interface->bNumEndpoints == 2 &&
214 is_adb_interface(interface->bInterfaceClass, interface->bInterfaceSubClass
    [all...]
usb_osx.cpp 53 IOUSBInterfaceInterface550** interface; member in struct:native::usb_handle
65 interface(nullptr),
113 // Create the matching dictionary to find the Android device's adb interface.
152 //* Create an intermediate interface plugin
159 LOG(ERROR) << "Unable to create an interface plug-in (" << std::hex << kr << ")";
163 //* This gets us the interface object
167 //* We only needed the plugin to get the interface, so discard it
170 LOG(ERROR) << "Couldn't query the interface (" << std::hex << result << ")";
179 LOG(DEBUG) << "Ignoring interface with incorrect class/subclass/protocol - " << if_class
186 //* device; after getting a plugin, and querying the interface, o
    [all...]
  /system/tools/aidl/
aidl.cpp 128 fprintf(stderr, "%s:%d interface %s should be declared in a file"
140 const AidlInterface* interface = doc->GetInterface(); local
142 if (interface) {
143 return check_filename(filename, interface->GetPackage(),
144 interface->GetName(), interface->GetLine());
162 const AidlInterface* interface = doc->GetInterface(); local
164 if (interface)
165 return types->AddBinderType(*interface, filename);
181 << "Interface cannot be marked as both @utf8 and @utf8InCpp"
683 unique_ptr<AidlInterface> interface; local
709 unique_ptr<AidlInterface> interface; local
765 const AidlInterface* interface = doc->GetInterface(); local
    [all...]
  /art/runtime/
art_method.cc 232 mirror::Class* interface = iftable->GetInterface(i); local
233 for (ArtMethod& interface_method : interface->GetVirtualMethods(pointer_size)) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 39 unsigned int interface; member in struct:usbdevfs_setinterface
48 unsigned int interface; member in struct:usbdevfs_getdriver
107 unsigned int interface; member in struct:usbdevfs_disconnect_claim
  /external/ImageMagick/MagickCore/
annotate.c 87 # undef interface
86 # undef interface macro
    [all...]
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 58 unsigned int interface; member in struct:usbdevfs_setinterface
70 unsigned int interface; member in struct:usbdevfs_getdriver
119 int ifno; /* interface 0..N ; negative numbers reserved */
149 unsigned int interface; member in struct:usbdevfs_disconnect_claim
  /external/libusb/libusb/os/
linux_usbfs.h 54 unsigned int interface; member in struct:usbfs_setinterface
61 unsigned int interface; member in struct:usbfs_getdriver
113 int ifno; /* interface 0..N ; negative numbers reserved */
134 unsigned int interface; member in struct:usbfs_disconnect_claim
  /frameworks/av/media/mtp/
MtpDevice.cpp 87 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; local
89 if (interface->bInterfaceClass == USB_CLASS_STILL_IMAGE &&
90 interface->bInterfaceSubClass == 1 && // Still Image Capture
91 interface->bInterfaceProtocol == 1) // Picture Transfer Protocol (PIMA 15470)
100 } else if (interface->bInterfaceClass == 0xFF &&
101 interface->bInterfaceSubClass == 0xFF &&
102 interface->bInterfaceProtocol == 0) {
103 char* interfaceName = usb_device_get_string(device, interface->iInterface,
158 // interface should be followed by three endpoints
195 int ret = usb_device_claim_interface(device, interface->bInterfaceNumber)
    [all...]
  /hardware/google/av/codec2/hidl/client/
client.cpp 482 std::shared_ptr<Codec2Client::Interface>* const interface) {
486 [&status, interface](
495 *interface = std::make_shared<Codec2Client::Interface>(i);
692 std::shared_ptr<Codec2Client::Interface>
696 std::shared_ptr<Interface> interface; local
699 [owner, &interface, interfaceName](
701 c2_status_t status = client->createInterface(interfaceName, &interface);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 57 unsigned int interface; member in struct:usbdevfs_setinterface
69 unsigned int interface; member in struct:usbdevfs_getdriver
115 int ifno; /* interface 0..N ; negative numbers reserved */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
combaseapi.h 51 #undef interface macro
52 #define interface __STRUCT__ macro
60 #define DECLARE_INTERFACE(iface) interface DECLSPEC_NOVTABLE iface
61 #define DECLARE_INTERFACE_(iface, baseiface) interface DECLSPEC_NOVTABLE iface : public baseiface
62 #define DECLARE_INTERFACE_IID(iface, iid) interface DECLSPEC_UUID (iid) DECLSPEC_NOVTABLE iface
63 #define DECLARE_INTERFACE_IID_(iface, baseiface, iid) interface DECLSPEC_UUID (iid) DECLSPEC_NOVTABLE iface : public baseiface
75 interface IUnknown;
86 #undef interface macro
87 #define interface struct macro
105 #define THIS_ INTERFACE *This
    [all...]
  /system/core/adf/libadf/include/video/
adf.h 144 __u32 interface; member in struct:adf_attachment_config
  /system/core/adf/libadf/original-kernel-headers/video/
adf.h 102 * @connected: whether a display is now connected to the interface
214 * ADF clients must NOT assume that an interface can scan out a simple buffer
215 * allocated by a different ADF interface, even if the two interfaces belong to
262 * engine and an interface
265 * @interface: id of the interface
269 __u32 interface; member in struct:adf_attachment_config
298 * struct adf_device_data - describes a display interface
300 * @name: display interface's name
301 * @type: interface type (see enum @adf_interface_type
    [all...]
  /system/libvintf/
VintfObject.cpp 591 // Let oldMatrixInstance = package@x.y-w::interface with instancePattern.
592 // If any "servedInstance" in listInstances(package@x.y::interface) matches instancePattern, return
594 // 1. package@x.?::interface/servedInstance is not in targetMatrix; OR
595 // 2. package@x.z::interface/servedInstance is in targetMatrix but
596 // servedInstance is not in listInstances(package@x.z::interface)
602 const std::string& interface = oldMatrixInstance.interface(); local
609 auto list = listInstances(package, version, interface, instanceHint);
622 targetMatrixInstance.interface() == interface &
    [all...]

Completed in 2260 milliseconds

1 2 3 45 6 7