Home
last modified time | relevance | path

Searched refs:_aidl_return (Results 1 – 25 of 82) sorted by relevance

1234

/system/tools/aidl/tests/
Daidl_test_service.cpp161 Status ReverseArray(const vector<T>& input, vector<T>* repeated, vector<T>* _aidl_return) { in ReverseArray() argument
164 *_aidl_return = input; in ReverseArray()
165 std::reverse(_aidl_return->begin(), _aidl_return->end()); in ReverseArray()
170 Status RepeatNullable(const optional<T>& input, optional<T>* _aidl_return) { in RepeatNullable() argument
172 *_aidl_return = input; in RepeatNullable()
182 SimpleParcelable* _aidl_return) override { in RepeatSimpleParcelable() argument
185 *_aidl_return = input; in RepeatSimpleParcelable()
192 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>* _aidl_return) { in RepeatGenericParcelable() argument
195 *_aidl_return = input; in RepeatGenericParcelable()
200 PersistableBundle* _aidl_return) override { in RepeatPersistableBundle() argument
[all …]
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc55 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) { in IsEnabled() argument
57 *_aidl_return = adapter_->IsEnabled(); in IsEnabled()
61 Status BluetoothBinderServer::GetState(int32_t* _aidl_return) { in GetState() argument
63 *_aidl_return = adapter_->GetState(); in GetState()
67 Status BluetoothBinderServer::Enable(bool* _aidl_return) { in Enable() argument
69 *_aidl_return = adapter_->Enable(); in Enable()
73 Status BluetoothBinderServer::EnableNoAutoConnect(bool* _aidl_return) { in EnableNoAutoConnect() argument
76 *_aidl_return = false; in EnableNoAutoConnect()
80 Status BluetoothBinderServer::Disable(bool* _aidl_return) { in Disable() argument
82 *_aidl_return = adapter_->Disable(); in Disable()
[all …]
Dbluetooth_binder_server.h72 Status IsEnabled(bool* _aidl_return) override;
73 Status GetState(int32_t* _aidl_return) override;
74 Status Enable(bool* _aidl_return) override;
75 Status EnableNoAutoConnect(bool* _aidl_return) override;
76 Status Disable(bool* _aidl_return) override;
78 Status GetAddress(::android::String16* _aidl_return) override;
80 ::std::vector<::android::bluetooth::UUID>* _aidl_return) override;
81 Status SetName(const ::android::String16& name, bool* _aidl_return) override;
82 Status GetName(::android::String16* _aidl_return) override;
83 Status SetScanMode(int32_t scan_mode, bool* _aidl_return) override;
[all …]
Dbluetooth_a2dp_sink_binder_server.cc39 bool* _aidl_return) { in Register() argument
41 *_aidl_return = RegisterInstanceBase(callback, factory); in Register()
50 Status BluetoothA2dpSinkBinderServer::Enable(bool* _aidl_return) { in Enable() argument
55 *_aidl_return = false; in Enable()
61 *_aidl_return = false; in Enable()
65 *_aidl_return = true; in Enable()
69 Status BluetoothA2dpSinkBinderServer::Disable(bool* _aidl_return) { in Disable() argument
74 *_aidl_return = false; in Disable()
79 *_aidl_return = true; in Disable()
84 bool* _aidl_return) { in Connect() argument
[all …]
Dbluetooth_avrcp_control_binder_server.cc44 bool* _aidl_return) { in Register() argument
50 *_aidl_return = RegisterInstanceBase(callback, gatt_client_factory); in Register()
67 bool* _aidl_return) { in Enable() argument
72 *_aidl_return = false; in Enable()
78 *_aidl_return = false; in Enable()
82 *_aidl_return = true; in Enable()
87 bool* _aidl_return) { in Disable() argument
92 *_aidl_return = false; in Disable()
97 *_aidl_return = true; in Disable()
103 bool key_pressed, bool* _aidl_return) { in SendPassThroughCommand() argument
[all …]
Dbluetooth_avrcp_target_binder_server.h52 bool* _aidl_return) override;
55 android::binder::Status Enable(bool* _aidl_return) override;
56 android::binder::Status Disable(bool* _aidl_return) override;
61 bool* _aidl_return) override;
64 bool* _aidl_return) override;
68 bool* _aidl_return) override;
72 bool* _aidl_return) override;
76 bool* _aidl_return) override;
80 bool* _aidl_return) override;
83 bool* _aidl_return) override;
[all …]
Dbluetooth_a2dp_sink_binder_server.h49 bool* _aidl_return) override;
50 android::binder::Status Enable(bool* _aidl_return) override;
51 android::binder::Status Disable(bool* _aidl_return) override;
54 bool* _aidl_return) override;
56 bool* _aidl_return) override;
58 bool* _aidl_return) override;
60 bool* _aidl_return) override;
Dbluetooth_low_energy_binder_server.cc44 bool* _aidl_return) { in RegisterClient() argument
49 *_aidl_return = RegisterInstanceBase(callback, ble_factory); in RegisterClient()
68 bool* _aidl_return) { in Connect() argument
76 *_aidl_return = false; in Connect()
80 *_aidl_return = in Connect()
87 bool* _aidl_return) { in Disconnect() argument
94 *_aidl_return = false; in Disconnect()
98 *_aidl_return = client->Disconnect(std::string(String8(address).string())); in Disconnect()
104 bool* _aidl_return) { in SetMtu() argument
112 *_aidl_return = false; in SetMtu()
[all …]
Dbluetooth_le_advertiser_binder_server.cc44 bool* _aidl_return) { in RegisterAdvertiser() argument
49 *_aidl_return = RegisterInstanceBase(callback, adv_factory); in RegisterAdvertiser()
69 const android::bluetooth::AdvertiseSettings& settings, bool* _aidl_return) { in StartMultiAdvertising() argument
76 *_aidl_return = false; in StartMultiAdvertising()
105 *_aidl_return = false; in StartMultiAdvertising()
109 *_aidl_return = true; in StartMultiAdvertising()
114 int advertiser_id, bool* _aidl_return) { in StopMultiAdvertising() argument
121 *_aidl_return = false; in StopMultiAdvertising()
150 *_aidl_return = false; in StopMultiAdvertising()
154 *_aidl_return = true; in StopMultiAdvertising()
Dbluetooth_le_scanner_binder_server.cc44 bool* _aidl_return) { in RegisterScanner() argument
49 *_aidl_return = RegisterInstanceBase(callback, ble_factory); in RegisterScanner()
68 bool* _aidl_return) { in StartScan() argument
75 *_aidl_return = false; in StartScan()
84 *_aidl_return = scanner->StartScan(settings, flt); in StartScan()
89 bool* _aidl_return) { in StopScan() argument
96 *_aidl_return = false; in StopScan()
100 *_aidl_return = scanner->StopScan(); in StopScan()
Dbluetooth_a2dp_source_binder_server.h52 bool* _aidl_return) override;
57 bool* _aidl_return) override;
58 android::binder::Status Disable(bool* _aidl_return) override;
60 bool* _aidl_return) override;
62 bool* _aidl_return) override;
67 bool* _aidl_return) override;
/system/gsid/
Dgsi_service.h41 binder::Status openInstall(const std::string& install_dir, int* _aidl_return) override;
42 binder::Status closeInstall(int32_t* _aidl_return) override;
44 int32_t* _aidl_return) override;
45 binder::Status closePartition(int32_t* _aidl_return) override;
47 int64_t bytes, bool* _aidl_return) override;
48 binder::Status getInstallProgress(::android::gsi::GsiProgress* _aidl_return) override;
50 bool* _aidl_return) override;
51 binder::Status commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) override;
52 binder::Status cancelGsiInstall(bool* _aidl_return) override;
53 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override;
[all …]
Dgsi_service.cpp132 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall() argument
136 *_aidl_return = IGsiService::INSTALL_ERROR_GENERIC; in openInstall()
141 *_aidl_return = status; in openInstall()
150 *_aidl_return = SaveInstallation(install_dir_); in openInstall()
154 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall() argument
161 *_aidl_return = INSTALL_ERROR_GENERIC; in closeInstall()
163 *_aidl_return = INSTALL_OK; in closeInstall()
168 int32_t* _aidl_return) { in createPartition() argument
174 *_aidl_return = INSTALL_ERROR_GENERIC; in createPartition()
182 *_aidl_return = INSTALL_ERROR_GENERIC; in createPartition()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h16 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override;
19 ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) override;
20 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
21 ::ndk::ScopedAStatus RepeatChar(char16_t in_token, char16_t* _aidl_return) override;
22 ::ndk::ScopedAStatus RepeatInt(int32_t in_token, int32_t* _aidl_return) override;
23 ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) override;
24 ::ndk::ScopedAStatus RepeatFloat(float in_token, float* _aidl_return) override;
25 ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) override;
26 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
27 …id::aidl::tests::ByteEnum in_token, ::aidl::android::aidl::tests::ByteEnum* _aidl_return) override;
[all …]
DITestService.h165 virtual ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) = 0;
168 virtual ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) = 0;
169 virtual ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) = 0;
170 virtual ::ndk::ScopedAStatus RepeatChar(char16_t in_token, char16_t* _aidl_return) = 0;
171 virtual ::ndk::ScopedAStatus RepeatInt(int32_t in_token, int32_t* _aidl_return) = 0;
172 virtual ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) = 0;
173 virtual ::ndk::ScopedAStatus RepeatFloat(float in_token, float* _aidl_return) = 0;
174 virtual ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) = 0;
175 …virtual ::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) …
176 …android::aidl::tests::ByteEnum in_token, ::aidl::android::aidl::tests::ByteEnum* _aidl_return) = 0;
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h18 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override;
21 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override;
22 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override;
23 ::android::binder::Status RepeatChar(char16_t token, char16_t* _aidl_return) override;
24 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override;
25 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override;
26 ::android::binder::Status RepeatFloat(float token, float* _aidl_return) override;
27 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override;
28 …:Status RepeatString(const ::android::String16& token, ::android::String16* _aidl_return) override;
29 …m(::android::aidl::tests::ByteEnum token, ::android::aidl::tests::ByteEnum* _aidl_return) override;
[all …]
DITestService.h111 virtual ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) = 0;
114 virtual ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) = 0;
115 virtual ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) = 0;
116 virtual ::android::binder::Status RepeatChar(char16_t token, char16_t* _aidl_return) = 0;
117 virtual ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) = 0;
118 virtual ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) = 0;
119 virtual ::android::binder::Status RepeatFloat(float token, float* _aidl_return) = 0;
120 virtual ::android::binder::Status RepeatDouble(double token, double* _aidl_return) = 0;
121 …nder::Status RepeatString(const ::android::String16& token, ::android::String16* _aidl_return) = 0;
122 …teEnum(::android::aidl::tests::ByteEnum token, ::android::aidl::tests::ByteEnum* _aidl_return) = 0;
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs376 let _aidl_return: i32 = _aidl_reply.read()?; in UnimplementedMethod() localVariable
377 Ok(_aidl_return) in UnimplementedMethod()
421 let _aidl_return: bool = _aidl_reply.read()?; in RepeatBoolean() localVariable
422 Ok(_aidl_return) in RepeatBoolean()
438 let _aidl_return: i8 = _aidl_reply.read()?; in RepeatByte() localVariable
439 Ok(_aidl_return) in RepeatByte()
455 let _aidl_return: u16 = _aidl_reply.read()?; in RepeatChar() localVariable
456 Ok(_aidl_return) in RepeatChar()
472 let _aidl_return: i32 = _aidl_reply.read()?; in RepeatInt() localVariable
473 Ok(_aidl_return) in RepeatInt()
[all …]
/system/libfmq/tests/aidl/default/
DTestAidlMsgQ.cpp26 const MQDescriptor<int32_t, SynchronizedReadWrite>& mqDesc, bool* _aidl_return) { in configureFmqSyncReadWrite() argument
38 *_aidl_return = true; in configureFmqSyncReadWrite()
44 bool* _aidl_return) { in getFmqUnsyncWrite() argument
60 *_aidl_return = false; in getFmqUnsyncWrite()
63 *_aidl_return = true; in getFmqUnsyncWrite()
108 ndk::ScopedAStatus TestAidlMsgQ::requestReadFmqSync(int32_t count, bool* _aidl_return) { in requestReadFmqSync() argument
111 *_aidl_return = result; in requestReadFmqSync()
115 ndk::ScopedAStatus TestAidlMsgQ::requestReadFmqUnsync(int32_t count, bool* _aidl_return) { in requestReadFmqUnsync() argument
118 *_aidl_return = result; in requestReadFmqUnsync()
122 ndk::ScopedAStatus TestAidlMsgQ::requestWriteFmqSync(int32_t count, bool* _aidl_return) { in requestWriteFmqSync() argument
[all …]
DTestAidlMsgQ.h50 bool* _aidl_return) override;
53 bool* _aidl_return) override;
57 ndk::ScopedAStatus requestReadFmqSync(int32_t count, bool* _aidl_return) override;
58 ndk::ScopedAStatus requestReadFmqUnsync(int32_t count, bool* _aidl_return) override;
59 ndk::ScopedAStatus requestWriteFmqSync(int32_t count, bool* _aidl_return) override;
60 ndk::ScopedAStatus requestWriteFmqUnsync(int32_t count, bool* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp47 ::android::binder::Status BpTestService::UnimplementedMethod(int32_t arg, int32_t* _aidl_return) { in UnimplementedMethod() argument
64 return ITestService::getDefaultImpl()->UnimplementedMethod(arg, _aidl_return); in UnimplementedMethod()
76 _aidl_ret_status = _aidl_reply.readInt32(_aidl_return); in UnimplementedMethod()
138 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean() argument
155 return ITestService::getDefaultImpl()->RepeatBoolean(token, _aidl_return); in RepeatBoolean()
167 _aidl_ret_status = _aidl_reply.readBool(_aidl_return); in RepeatBoolean()
176 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte() argument
193 return ITestService::getDefaultImpl()->RepeatByte(token, _aidl_return); in RepeatByte()
205 _aidl_ret_status = _aidl_reply.readByte(_aidl_return); in RepeatByte()
214 ::android::binder::Status BpTestService::RepeatChar(char16_t token, char16_t* _aidl_return) { in RepeatChar() argument
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp29 int32_t _aidl_return; in _aidl_onTransact() local
34 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->UnimplementedMethod(in_arg, &_aidl_return); in _aidl_onTransact()
40 _aidl_ret_status = AParcel_writeInt32(_aidl_out, _aidl_return); in _aidl_onTransact()
63 bool _aidl_return; in _aidl_onTransact() local
68 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatBoolean(in_token, &_aidl_return); in _aidl_onTransact()
74 _aidl_ret_status = AParcel_writeBool(_aidl_out, _aidl_return); in _aidl_onTransact()
81 int8_t _aidl_return; in _aidl_onTransact() local
86 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatByte(in_token, &_aidl_return); in _aidl_onTransact()
92 _aidl_ret_status = AParcel_writeByte(_aidl_out, _aidl_return); in _aidl_onTransact()
99 char16_t _aidl_return; in _aidl_onTransact() local
[all …]
/system/security/identity/
DCredential.h56 Status createEphemeralKeyPair(vector<uint8_t>* _aidl_return) override;
60 Status deleteCredential(vector<uint8_t>* _aidl_return) override;
63 vector<uint8_t>* _aidl_return) override;
65 Status proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) override;
67 Status getCredentialKeyCertificateChain(vector<uint8_t>* _aidl_return) override;
70 int64_t* _aidl_return) override;
76 bool allowUsingExpiredKeys, GetEntriesResultParcel* _aidl_return) override;
79 Status getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) override;
86 Status getAuthenticationDataUsageCount(vector<int32_t>* _aidl_return) override;
88 Status update(sp<IWritableCredential>* _aidl_return) override;
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp44 bool* _aidl_return) { in registerCallback() argument
46 return retOk(false, _aidl_return); in registerCallback()
57 return retOk(false, _aidl_return); in registerCallback()
62 return retOk(true, _aidl_return); in registerCallback()
66 const sp<IWakelockCallback>& callback, const std::string& name, bool* _aidl_return) { in registerWakelockCallback() argument
68 return retOk(false, _aidl_return); in registerWakelockCallback()
77 return retOk(false, _aidl_return); in registerWakelockCallback()
83 return retOk(false, _aidl_return); in registerWakelockCallback()
87 return retOk(true, _aidl_return); in registerWakelockCallback()
154 binder::Status SuspendControlServiceInternal::enableAutosuspend(bool* _aidl_return) { in enableAutosuspend() argument
[all …]
/system/vold/
DVoldNativeService.h77 int32_t ownerGid, std::string* _aidl_return);
83 std::string* _aidl_return);
92 android::base::unique_fd* _aidl_return);
95 android::base::unique_fd* _aidl_return);
99 binder::Status fdeComplete(int32_t* _aidl_return);
104 binder::Status fdeGetField(const std::string& key, std::string* _aidl_return);
106 binder::Status fdeGetPasswordType(int32_t* _aidl_return);
107 binder::Status fdeGetPassword(std::string* _aidl_return);
114 binder::Status isConvertibleToFbe(bool* _aidl_return);
130 binder::Status getUnlockedUsers(std::vector<int>* _aidl_return);
[all …]

1234