OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plugInInterface
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/client/
usb_osx.cpp
131
IOCFPlugInInterface **
plugInInterface
= NULL;
149
&
plugInInterface
, &score);
151
if ((kIOReturnSuccess != kr) || (!
plugInInterface
)) {
157
result = (*
plugInInterface
)->QueryInterface(
158
plugInInterface
,
161
(*
plugInInterface
)->Release(
plugInInterface
);
189
plugInInterface
= NULL;
195
&
plugInInterface
, &score);
198
if ((kIOReturnSuccess != kr) || (!
plugInInterface
)) {
[
all
...]
/system/core/fastboot/
usb_osx.cpp
90
IOCFPlugInInterface **
plugInInterface
;
118
&
plugInInterface
,
124
if ((kr != 0) || (!
plugInInterface
)) {
130
result = (*
plugInInterface
)->QueryInterface(
131
plugInInterface
,
136
(*
plugInInterface
)->Release(
plugInInterface
);
/external/libusb/libusb/os/
darwin_usb.c
280
io_cf_plugin_ref_t *
plugInInterface
= NULL;
286
kIOCFPlugInInterfaceID, &
plugInInterface
,
289
if (kIOReturnSuccess != result || !
plugInInterface
) {
294
(void)(*
plugInInterface
)->QueryInterface(
plugInInterface
, CFUUIDGetUUIDBytes(DeviceInterfaceID),
297
(*
plugInInterface
)->Release (
plugInInterface
);
[
all
...]
Completed in 60 milliseconds