Home
last modified time | relevance | path

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

12

/system/tools/aidl/tests/
Daidl_test_service.cpp125 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() argument
127 *_aidl_return = token; in RepeatBoolean()
130 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() argument
132 *_aidl_return = token; in RepeatByte()
135 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() argument
137 *_aidl_return = token; in RepeatChar()
140 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() argument
142 *_aidl_return = token; in RepeatInt()
145 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() argument
147 *_aidl_return = token; in RepeatLong()
[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;
Dbluetooth_avrcp_control_binder_server.h49 bool* _aidl_return) override;
52 android::binder::Status Enable(int32_t id, bool* _aidl_return) override;
53 android::binder::Status Disable(int32_t id, bool* _aidl_return) override;
56 bool key_pressed, bool* _aidl_return) override;
59 int32_t label, bool* _aidl_return) override;
63 bool* _aidl_return) override;
Dbluetooth_gatt_server_binder_server.cc44 bool* _aidl_return) { in RegisterServer() argument
49 *_aidl_return = RegisterInstanceBase(callback, gatt_server_factory); in RegisterServer()
67 bool* _aidl_return) { in AddService() argument
74 *_aidl_return = false; in AddService()
102 *_aidl_return = false; in AddService()
106 *_aidl_return = true; in AddService()
112 int offset, const std::vector<uint8_t>& value, bool* _aidl_return) { in SendResponse() argument
119 *_aidl_return = false; in SendResponse()
123 *_aidl_return = gatt_server->SendResponse( in SendResponse()
132 const std::vector<uint8_t>& value, bool* _aidl_return) { in SendNotification() argument
[all …]
Dbluetooth_avrcp_target_binder_server.cc26 *_aidl_return = (value); \
87 bool* _aidl_return) { in Register() argument
93 *_aidl_return = RegisterInstanceBase(callback, gatt_client_factory); in Register()
109 Status BluetoothAvrcpTargetBinderServer::Enable(bool* _aidl_return) { in Enable() argument
114 Status BluetoothAvrcpTargetBinderServer::Disable(bool* _aidl_return) { in Disable() argument
122 int32_t song_pos, bool* _aidl_return) { in GetPlayStatusResponse() argument
130 bool* _aidl_return) { in ListPlayerAppAttrResponse() argument
139 bool* _aidl_return) { in GetPlayerAppValueResponse() argument
153 bool* _aidl_return) { in GetPlayerAppAttrTextResponse() argument
167 bool* _aidl_return) { in GetPlayerAppValueTextResponse() argument
[all …]
Dbluetooth_a2dp_source_binder_server.cc24 *_aidl_return = (value); \
111 bool* _aidl_return) { in Register() argument
113 *_aidl_return = RegisterInstanceBase(callback, factory); in Register()
125 bool* _aidl_return) { in Enable() argument
133 Status BluetoothA2dpSourceBinderServer::Disable(bool* _aidl_return) { in Disable() argument
141 bool* _aidl_return) { in Connect() argument
148 const String16& device_address, bool* _aidl_return) { in Disconnect() argument
158 bool* _aidl_return) { in ConfigCodec() argument
Dbluetooth_low_energy_binder_server.h55 bool* _aidl_return) override;
59 bool* _aidl_return) override;
61 bool* _aidl_return) override;
63 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;
46 int64_t bytes, bool* _aidl_return) override;
47 binder::Status getInstallProgress(::android::gsi::GsiProgress* _aidl_return) override;
49 bool* _aidl_return) override;
50 binder::Status commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) override;
51 binder::Status cancelGsiInstall(bool* _aidl_return) override;
52 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override;
55 binder::Status isGsiEnabled(bool* _aidl_return) override;
[all …]
Dgsi_service.cpp122 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall() argument
126 *_aidl_return = IGsiService::INSTALL_ERROR_GENERIC; in openInstall()
131 *_aidl_return = status; in openInstall()
140 *_aidl_return = SaveInstallation(install_dir_); in openInstall()
144 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall() argument
151 *_aidl_return = INSTALL_ERROR_GENERIC; in closeInstall()
153 *_aidl_return = INSTALL_OK; in closeInstall()
158 int32_t* _aidl_return) { in createPartition() argument
164 *_aidl_return = INSTALL_ERROR_GENERIC; in createPartition()
175 *_aidl_return = INSTALL_ERROR_GENERIC; in createPartition()
[all …]
/system/security/keystore/
Dkey_store_service.h54 ::android::binder::Status getState(int32_t userId, int32_t* _aidl_return) override;
56 ::std::vector<uint8_t>* _aidl_return) override;
59 int32_t* _aidl_return) override;
61 int32_t* _aidl_return) override;
63 int32_t* _aidl_return) override;
65 ::std::vector<::android::String16>* _aidl_return) override;
67 int32_t* _aidl_return) override;
71 int32_t* _aidl_return) override;
72 ::android::binder::Status lock(int32_t userId, int32_t* _aidl_return) override;
74 int32_t* _aidl_return) override;
[all …]
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp47 binder::Status SuspendControlService::enableAutosuspend(bool* _aidl_return) { in enableAutosuspend() argument
49 return retOk(suspendService != nullptr && suspendService->enableAutosuspend(), _aidl_return); in enableAutosuspend()
53 bool* _aidl_return) { in registerCallback() argument
55 return retOk(false, _aidl_return); in registerCallback()
66 return retOk(false, _aidl_return); in registerCallback()
71 return retOk(true, _aidl_return); in registerCallback()
74 binder::Status SuspendControlService::forceSuspend(bool* _aidl_return) { in forceSuspend() argument
76 return retOk(suspendService != nullptr && suspendService->forceSuspend(), _aidl_return); in forceSuspend()
97 binder::Status SuspendControlService::getWakeLockStats(std::vector<WakeLockInfo>* _aidl_return) { in getWakeLockStats() argument
105 suspendService->getStatsList().getWakeLockStats(_aidl_return); in getWakeLockStats()
DSuspendControlService.h38 binder::Status enableAutosuspend(bool* _aidl_return) override;
40 bool* _aidl_return) override;
41 binder::Status forceSuspend(bool* _aidl_return) override;
42 binder::Status getWakeLockStats(std::vector<WakeLockInfo>* _aidl_return) override;
/system/security/identity/
DCredential.h52 Status createEphemeralKeyPair(vector<uint8_t>* _aidl_return) override;
56 Status deleteCredential(vector<uint8_t>* _aidl_return) override;
58 Status getCredentialKeyCertificateChain(vector<uint8_t>* _aidl_return) override;
60 Status selectAuthKey(bool allowUsingExhaustedKeys, int64_t* _aidl_return) override;
66 GetEntriesResultParcel* _aidl_return) override;
69 Status getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) override;
72 Status getAuthenticationDataUsageCount(vector<int32_t>* _aidl_return) override;
DCredentialStore.cpp54 Status CredentialStore::getSecurityHardwareInfo(SecurityHardwareInfoParcel* _aidl_return) { in getSecurityHardwareInfo() argument
58 *_aidl_return = info; in getSecurityHardwareInfo()
64 sp<IWritableCredential>* _aidl_return) { in createCredential() argument
93 *_aidl_return = writableCredential; in createCredential()
98 sp<ICredential>* _aidl_return) { in getCredentialByName() argument
99 *_aidl_return = nullptr; in getCredentialByName()
121 *_aidl_return = credential; in getCredentialByName()
/system/vold/
DVoldNativeService.h75 int32_t ownerGid, std::string* _aidl_return);
81 std::string* _aidl_return);
90 android::base::unique_fd* _aidl_return);
93 android::base::unique_fd* _aidl_return);
97 binder::Status fdeComplete(int32_t* _aidl_return);
102 binder::Status fdeGetField(const std::string& key, std::string* _aidl_return);
104 binder::Status fdeGetPasswordType(int32_t* _aidl_return);
105 binder::Status fdeGetPassword(std::string* _aidl_return);
112 binder::Status isConvertibleToFbe(bool* _aidl_return);
140 binder::Status needsCheckpoint(bool* _aidl_return);
[all …]
DVoldNativeService.cpp418 std::string* _aidl_return) { in createObb() argument
425 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()
441 std::string* _aidl_return) { in createStubVolume() argument
451 sourcePath, mountPath, fsType, fsUuid, fsLabel, flags, _aidl_return)); in createStubVolume()
490 android::base::unique_fd* _aidl_return) { in mountAppFuse() argument
494 return translate(VolumeManager::Instance()->mountAppFuse(uid, mountId, _aidl_return)); in mountAppFuse()
506 android::base::unique_fd* _aidl_return) { in openAppFuseFile() argument
517 *_aidl_return = android::base::unique_fd(fd); in openAppFuseFile()
538 binder::Status VoldNativeService::fdeComplete(int32_t* _aidl_return) { in fdeComplete() argument
542 *_aidl_return = cryptfs_crypto_complete(); in fdeComplete()
[all …]

12