Home
last modified time | relevance | path

Searched refs:reqType (Results 1 – 3 of 3) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DPacket.java28 protected Packet(byte[] value, byte reqType, boolean waitForResponse) { in Packet() argument
31 mRequestType = reqType; in Packet()
59 protected Read(byte[] value, byte reqType, boolean waitForResponse) { in Read() argument
60 super(value, reqType, true /* waitForResponse */); in Read()
70 protected Write(byte[] value, byte reqType, boolean waitForResponse) { in Write() argument
71 super(value, reqType, waitForResponse); in Write()
83 protected Meta(byte reqType) { in Meta() argument
84 super(null, reqType, false /* waitForResponse */); in Meta()
DTransport.java99 public abstract boolean write(byte reqType, byte[] vals); in write() argument
100 public abstract boolean read(byte reqType); in read() argument
101 public abstract boolean meta(byte reqType); in meta() argument
102 public abstract Byte getExpectedResponse(byte reqType); in getExpectedResponse() argument
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp12985 bool isServiceTypeCfQuery(RIL_SsServiceType serType, RIL_SsRequestType reqType) { in isServiceTypeCfQuery() argument
12986 if ((reqType == SS_INTERROGATION) && in isServiceTypeCfQuery()