Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 35) sorted by relevance

12

/system/bt/gd/security/
Dfacade.proto11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
12 rpc CreateBondOutOfBand(OobDataBondMessage) returns (google.protobuf.Empty) {}
13 rpc GetOutOfBandData(google.protobuf.Empty) returns (google.protobuf.Empty) {}
14 rpc FetchGetOutOfBandDataEvents(google.protobuf.Empty) returns (stream OobDataBondMessage) {}
15 rpc CreateBondLe(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
17 rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
18 rpc SetIoCapability(IoCapabilityMessage) returns (google.protobuf.Empty) {}
19 …rpc SetAuthenticationRequirements(AuthenticationRequirementsMessage) returns (google.protobuf.Empt…
20 rpc SetLeIoCapability(LeIoCapabilityMessage) returns (google.protobuf.Empty) {}
[all …]
/system/bt/gd/hci/facade/
Dacl_manager_facade.proto8 rpc CreateConnection(ConnectionMsg) returns (stream ConnectionEvent) {}
9 rpc CancelConnection(ConnectionMsg) returns (google.protobuf.Empty) {}
10 rpc Disconnect(HandleMsg) returns (google.protobuf.Empty) {}
11 rpc WriteDefaultLinkPolicySettings(PolicyMsg) returns (google.protobuf.Empty) {}
12 rpc AuthenticationRequested(HandleMsg) returns (google.protobuf.Empty) {}
13 rpc ConnectionCommand(ConnectionCommandMsg) returns (google.protobuf.Empty) {}
14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {}
15 rpc SendAclData(AclData) returns (google.protobuf.Empty) {}
16 rpc FetchAclData(HandleMsg) returns (stream AclData) {}
17 rpc FetchIncomingConnection(google.protobuf.Empty) returns (stream ConnectionEvent) {}
Dhci_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
11 rpc RequestEvent(EventRequest) returns (google.protobuf.Empty) {}
12 rpc StreamEvents(google.protobuf.Empty) returns (stream facade.Data) {}
14 rpc RequestLeSubevent(EventRequest) returns (google.protobuf.Empty) {}
15 rpc StreamLeSubevents(google.protobuf.Empty) returns (stream facade.Data) {}
17 rpc SendAcl(facade.Data) returns (google.protobuf.Empty) {}
18 rpc StreamAcl(google.protobuf.Empty) returns (stream facade.Data) {}
Dle_acl_manager_facade.proto9 …rpc CreateConnection(bluetooth.facade.BluetoothAddressWithType) returns (stream LeConnectionEvent)…
10 rpc CancelConnection(bluetooth.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
11 rpc Disconnect(LeHandleMsg) returns (google.protobuf.Empty) {}
12 rpc ConnectionCommand(LeConnectionCommandMsg) returns (google.protobuf.Empty) {}
13 rpc SendAclData(LeAclData) returns (google.protobuf.Empty) {}
14 rpc FetchAclData(LeHandleMsg) returns (stream LeAclData) {}
15 rpc FetchIncomingConnection(google.protobuf.Empty) returns (stream LeConnectionEvent) {}
Dcontroller_facade.proto8 rpc GetMacAddress(google.protobuf.Empty) returns (AddressMsg) {}
9 rpc WriteLocalName(NameMsg) returns (google.protobuf.Empty) {}
10 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {}
Dle_initiator_address_facade.proto9 rpc SetPrivacyPolicyForInitiatorAddress(PrivacyPolicy) returns (google.protobuf.Empty) {}
10 …rpc GetCurrentInitiatorAddress(google.protobuf.Empty) returns (bluetooth.facade.BluetoothAddressWi…
11 …rpc GetAnotherAddress(google.protobuf.Empty) returns (bluetooth.facade.BluetoothAddressWithType) {}
Dle_advertising_manager_facade.proto9 rpc CreateAdvertiser(CreateAdvertiserRequest) returns (CreateAdvertiserResponse) {}
10 …rpc ExtendedCreateAdvertiser(ExtendedCreateAdvertiserRequest) returns (ExtendedCreateAdvertiserRes…
11 …rpc GetNumberOfAdvertisingInstances(google.protobuf.Empty) returns (GetNumberOfAdvertisingInstance…
12 rpc RemoveAdvertiser(RemoveAdvertiserRequest) returns (google.protobuf.Empty) {}
Dle_scanning_manager_facade.proto8 rpc StartScan(google.protobuf.Empty) returns (stream LeReportMsg) {}
9 rpc StopScan(google.protobuf.Empty) returns (ScanStoppedMsg) {}
/system/bt/gd/hal/
Dhal_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
10 rpc StreamEvents(google.protobuf.Empty) returns (stream facade.Data) {}
12 rpc SendAcl(facade.Data) returns (google.protobuf.Empty) {}
13 rpc StreamAcl(google.protobuf.Empty) returns (stream facade.Data) {}
15 rpc SendSco(facade.Data) returns (google.protobuf.Empty) {}
16 rpc StreamSco(google.protobuf.Empty) returns (stream facade.Data) {}
18 rpc SendIso(facade.Data) returns (google.protobuf.Empty) {}
19 rpc StreamIso(google.protobuf.Empty) returns (stream facade.Data) {}
/system/bt/gd/l2cap/classic/
Dfacade.proto9 rpc FetchConnectionComplete(google.protobuf.Empty) returns (stream ConnectionCompleteEvent) {
12 rpc FetchConnectionClose(google.protobuf.Empty) returns (stream ConnectionCloseEvent) {
15 rpc OpenChannel(OpenChannelRequest) returns (google.protobuf.Empty) {}
16 rpc CloseChannel(CloseChannelRequest) returns (google.protobuf.Empty) {}
17 rpc FetchL2capData(google.protobuf.Empty) returns (stream L2capPacket) {}
18 rpc SetDynamicChannel(SetEnableDynamicChannelRequest) returns (google.protobuf.Empty) {}
19 rpc SendDynamicChannelPacket(DynamicChannelPacket) returns (google.protobuf.Empty) {}
20 rpc SetTrafficPaused(SetTrafficPausedRequest) returns (google.protobuf.Empty) {}
21 rpc GetChannelQueueDepth(google.protobuf.Empty) returns (GetChannelQueueDepthResponse) {
25 rpc InitiateConnectionForSecurity(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
[all …]
/system/bt/gd/l2cap/le/
Dfacade.proto9 rpc FetchL2capData(google.protobuf.Empty) returns (stream L2capPacket) {}
11 rpc OpenDynamicChannel(OpenDynamicChannelRequest) returns (OpenDynamicChannelResponse) {}
12 rpc CloseDynamicChannel(CloseDynamicChannelRequest) returns (google.protobuf.Empty) {}
13 rpc SetDynamicChannel(SetEnableDynamicChannelRequest) returns (google.protobuf.Empty) {}
14 rpc SendDynamicChannelPacket(DynamicChannelPacket) returns (google.protobuf.Empty) {}
15 rpc SetFixedChannel(SetEnableFixedChannelRequest) returns (google.protobuf.Empty) {}
16 rpc SendFixedChannelPacket(FixedChannelPacket) returns (google.protobuf.Empty) {}
17 rpc SendConnectionParameterUpdate(ConnectionParameter) returns (google.protobuf.Empty) {}
/system/bt/gd/neighbor/facade/
Dfacade.proto8 rpc SetConnectability(EnableMsg) returns (google.protobuf.Empty) {}
9 rpc SetDiscoverability(DiscoverabilitiyMsg) returns (google.protobuf.Empty) {}
10 rpc SetInquiryMode(InquiryMsg) returns (stream InquiryResultMsg) {
13 rpc ReadRemoteName(RemoteNameRequestMsg) returns (google.protobuf.Empty) {}
14 rpc GetRemoteNameEvents(google.protobuf.Empty) returns (stream RemoteNameResponseMsg) {}
16 rpc EnableInquiryScan(EnableMsg) returns (google.protobuf.Empty) {}
17 rpc EnablePageScan(EnableMsg) returns (google.protobuf.Empty) {}
/system/bt/gd/iso/
Dfacade.proto9 rpc LeSetCigParameters(LeSetCigParametersRequest) returns (google.protobuf.Empty) {}
10 rpc LeSetCigParametersTest(LeSetCigParametersTestRequest) returns (google.protobuf.Empty) {}
11 rpc LeCreateCis(LeCreateCisRequest) returns (google.protobuf.Empty) {}
12 rpc FetchIsoData(LeCisHandleMsg) returns (stream IsoPacket) {}
13 rpc FetchIsoEvents(google.protobuf.Empty) returns (stream LeIsoEventsMsg) {}
14 rpc SendIsoPacket(IsoPacket) returns (google.protobuf.Empty) {}
/system/bt/gd/facade/
Drootservice.proto9 rpc StartStack(StartStackRequest) returns (StartStackResponse) {}
10 rpc StopStack(StopStackRequest) returns (StopStackResponse) {}
33 rpc ReadLocalAddress(google.protobuf.Empty) returns (facade.BluetoothAddress) {}
/system/netd/libnetdutils/include/netdutils/
DLog.h83 LogEntry& returns(const std::string& rval);
84 LogEntry& returns(const Status& status);
85 LogEntry& returns(bool rval);
87 LogEntry& returns(T val) { in returns() function
/system/bt/gd/shim/facade/
Dfacade.proto8 rpc Dump(google.protobuf.Empty) returns (stream DumpsysMsg) {}
/system/netd/libnetdutils/
DLog.cpp142 LogEntry& LogEntry::returns(const std::string& rval) { in returns() function in android::netdutils::LogEntry
147 LogEntry& LogEntry::returns(bool rval) { in returns() function in android::netdutils::LogEntry
152 LogEntry& LogEntry::returns(const Status& status) { in returns() function in android::netdutils::LogEntry
/system/tools/hidl/test/vendor/android/1.0/
DIVendor.hal1 // note this file tests carriage returns
/system/tools/hidl/test/vendor/1.0/
DIVendor.hal1 // note this file tests carriage returns
/system/libhidl/transport/allocator/1.0/
DIAllocator.hal38 * @return success Whether allocation succeeded (returns false if any allocation failed).
/system/chre/chpp/
DRELEASE_NOTES.md36 - chppPlatformLinkSend() now returns an error code instead of a boolean
109 - Transport-layer-loopback client validates response and returns the result
161 …mplement the close() PAL API so that it disables any ongoing requests and returns to a clean state.
DQUICKSTART.md62 …lity of chppNotifierTimedWait(). chppTransportGetTimeUntilNextDoWorkNs() returns the time until ch…
DREADME.md149 …hen it returns (i.e. the caller can free or reuse buf and len). An asynchronous implementation ref…
150 This function returns CHPP_LINK_ERROR_NONE_SENT if the platform implementation for this function is…
155 On systems that implement the link layer Tx asynchronously, where platformLinkSend() returns False …
/system/bt/doc/
Dpower_management.md100 returns with no action taken.
105 returns with no action taken.
190 At this point, either the method simply returns, or has called back into
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal157 * When the passthrough service manager returns a service via

12