HomeSort by relevance Sort by last modified time
    Searched refs:Interface (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/bluetooth/bluez/test/
dbusdef.py 6 dummy = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.freedesktop.DBus.Introspectable')
11 manager = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.bluez.Manager')
14 adapter = dbus.Interface(bus.get_object('org.bluez', manager.DefaultAdapter()), 'org.bluez.Adapter')
test-telephony 9 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
24 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
27 test = dbus.Interface(bus.get_object("org.bluez", "/org/bluez/test"),
55 headset = dbus.Interface(bus.get_object("org.bluez", device),
65 headset = dbus.Interface(bus.get_object("org.bluez", device),
75 headset = dbus.Interface(bus.get_object("org.bluez", device),
90 headset = dbus.Interface(bus.get_object("org.bluez", device),
105 headset = dbus.Interface(bus.get_object("org.bluez", device),
116 headset = dbus.Interface(bus.get_object("org.bluez", device),
test-audio 9 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
24 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
36 audio = dbus.Interface(bus.get_object("org.bluez", device),
test-input 9 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
24 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
36 input = dbus.Interface(bus.get_object("org.bluez", device),
test-network 10 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
26 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
42 network = dbus.Interface(bus.get_object("org.bluez", device),
simple-service 104 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
112 service = dbus.Interface(bus.get_object("org.bluez", path),
test-device 10 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
25 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
44 device = dbus.Interface(bus.get_object("org.bluez", path),
75 device = dbus.Interface(bus.get_object("org.bluez", path),
95 device = dbus.Interface(bus.get_object("org.bluez", path),
106 device = dbus.Interface(bus.get_object("org.bluez", path),
117 device = dbus.Interface(bus.get_object("org.bluez", path),
131 device = dbus.Interface(bus.get_object("org.bluez", path),
151 device = dbus.Interface(bus.get_object("org.bluez", path),
test-nap 10 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
26 server = dbus.Interface(bus.get_object("org.bluez", adapter_path),
test-service 10 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
25 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
list-devices 7 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
33 adapter = dbus.Interface(bus.get_object("org.bluez", i),
55 device = dbus.Interface(bus.get_object("org.bluez", n),
79 node = dbus.Interface(bus.get_object("org.bluez", x),
test-serial 10 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
25 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
41 serial = dbus.Interface(bus.get_object("org.bluez", path),
  /external/chromium/base/
scoped_comptr_win.h 15 template <class Interface>
16 class BlockIUnknownMethods : public Interface {
23 // A fairly minimalistic smart class for COM interface pointers.
26 template <class Interface, const IID* interface_id = &__uuidof(Interface)>
27 class ScopedComPtr : public scoped_refptr<Interface> {
29 typedef scoped_refptr<Interface> ParentClass;
34 explicit ScopedComPtr(Interface* p) : ParentClass(p) {
37 ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p)
44 COMPILE_ASSERT(sizeof(ScopedComPtr<Interface, interface_id>) =
    [all...]
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
InterfaceEnum.java 19 public enum InterfaceEnum implements Parent.Interface {
  /external/srec/portable/src/
PANSIFileImpl.c 47 PFileCreateImpl(&impl->Interface.Interface, filename, isLittleEndian);
48 impl->Interface.Interface.close = &PANSIFileCloseImpl;
49 impl->Interface.Interface.clearError = &PANSIFileClearErrorImpl;
50 impl->Interface.Interface.destroy = &PANSIFileDestroyImpl;
51 impl->Interface.Interface.fgetc = &PANSIFileFgetcImpl
    [all...]
ArrayListImpl.c 41 impl->Interface.add = &ArrayList_Add;
42 impl->Interface.insertAt = &ArrayList_InsertAt;
43 impl->Interface.contains = &ArrayList_Contains;
44 impl->Interface.destroy = &ArrayList_Destroy;
45 impl->Interface.get = &ArrayList_Get;
46 impl->Interface.getSize = &ArrayList_GetSize;
47 impl->Interface.remove = &ArrayList_Remove;
48 impl->Interface.removeAtIndex = &ArrayList_RemoveAtIndex;
49 impl->Interface.removeAll = &ArrayList_RemoveAll;
50 impl->Interface.set = &ArrayList_Set
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 3 implements com.android.stubs.Parent.Interface
  /external/srec/srec/AcousticState/src/
AcousticStateImpl.c 44 impl->Interface.load = &SR_AcousticStateLoadImpl;
45 impl->Interface.save = &SR_AcousticStateSaveImpl;
46 impl->Interface.destroy = &SR_AcousticStateDestroyImpl;
47 impl->Interface.reset = &SR_AcousticStateResetImpl;
48 impl->Interface.set = &SR_AcousticStateSetImpl;
49 impl->Interface.get = &SR_AcousticStateGetImpl;
51 recogImpl->acousticState = &impl->Interface;
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/a/
A.java 21 public abstract class A extends Parent implements Parent.Interface, SomeInterface {
  /external/srec/shared/src/
IntArrayListImpl.c 38 impl->Interface.add = &IntArrayList_Add;
39 impl->Interface.contains = &IntArrayList_Contains;
40 impl->Interface.destroy = &IntArrayList_Destroy;
41 impl->Interface.get = &IntArrayList_Get;
42 impl->Interface.getSize = &IntArrayList_GetSize;
43 impl->Interface.remove = &IntArrayList_Remove;
44 impl->Interface.removeAll = &IntArrayList_RemoveAll;
45 impl->Interface.set = &IntArrayList_Set;
46 impl->Interface.toStaticArray = &IntArrayList_ToStaticArray;
LStringImpl.c 35 impl->Interface.append = &LString_Append;
36 impl->Interface.toLCHAR = &LString_ToLCHAR;
37 impl->Interface.reset = &LString_Reset;
38 impl->Interface.destroy = &LString_Destroy;
  /external/srec/srec/Semproc/src/
SemanticResultImpl.c 46 impl->Interface.destroy = &SR_SemanticResult_Destroy;
47 impl->Interface.getKeyCount = &SR_SemanticResult_GetKeyCount;
48 impl->Interface.getKeyList = &SR_SemanticResult_GetKeyList;
49 impl->Interface.getValue = &SR_SemanticResult_GetValue;
58 impl->Interface.destroy(&impl->Interface);
LexicalAnalyzer.c 31 LexicalAnalyzer* Interface;
39 Interface = NEW(LexicalAnalyzer, MTAG);
40 if (Interface == NULL)
45 *self = Interface;
  /external/expat/amiga/
launch.c 48 DropInterface((struct Interface*)IExpat);
  /external/srec/shared/include/
LStringImpl.h 35 * Interface functions that must be implemented.
37 LString Interface;
  /external/srec/srec/Semproc/include/
SR_SemanticResultImpl.h 35 * Interface functions that must be implemented.
37 SR_SemanticResult Interface;

Completed in 1001 milliseconds

1 2 3 4