OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctrlStatus
(Results
1 - 3
of
3
) sorted by null
/hardware/ril/mock-ril/src/js/
ctrl_server.js
62
result.
ctrlStatus
= CTRL_STATUS_OK;
70
result.
ctrlStatus
= 1; //ril_proto.CTRL_STATUS_ERR;
74
sendCtrlRequestComplete(result.
ctrlStatus
, req.cmd,
/device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp
120
rcode =
ctrlStatus
( ep, direction ); //status stage
125
byte USB::
ctrlStatus
( byte ep, boolean direction, unsigned int nak_limit )
Usb.h
150
byte
ctrlStatus
( byte ep, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
Completed in 335 milliseconds