Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_service.cpp117 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() argument
119 *_aidl_return = token; in RepeatBoolean()
122 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() argument
124 *_aidl_return = token; in RepeatByte()
127 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() argument
129 *_aidl_return = token; in RepeatChar()
132 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() argument
134 *_aidl_return = token; in RepeatInt()
137 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() argument
139 *_aidl_return = token; in RepeatLong()
[all …]
/system/connectivity/shill/binder/
Dmanager_binder_adaptor.h78 android::binder::Status SetupApModeInterface(android::String16* _aidl_return);
80 android::String16* _aidl_return);
89 android::sp<android::IBinder>* _aidl_return);
92 ::std::vector<android::sp<android::IBinder>>* _aidl_return);
Dmanager_binder_adaptor.cc99 Status ManagerBinderAdaptor::SetupApModeInterface(String16* _aidl_return) { in SetupApModeInterface() argument
104 Status ManagerBinderAdaptor::SetupStationModeInterface(String16* _aidl_return) { in SetupStationModeInterface() argument
126 sp<IBinder>* _aidl_return) { in ConfigureService() argument
138 Status ManagerBinderAdaptor::GetDevices(vector<sp<IBinder>>* _aidl_return) { in GetDevices() argument
Dservice_binder_adaptor.h77 android::binder::Status GetState(int32_t* _aidl_return);
78 android::binder::Status GetStrength(int8_t* _aidl_return);
79 android::binder::Status GetError(int32_t* _aidl_return);
Dservice_binder_adaptor.cc104 Status ServiceBinderAdaptor::GetState(int32_t* _aidl_return) { in GetState() argument
110 Status ServiceBinderAdaptor::GetStrength(int8_t* _aidl_return) { in GetStrength() argument
116 Status ServiceBinderAdaptor::GetError(int32_t* _aidl_return) { in GetError() argument
Ddevice_binder_adaptor.h84 android::String16* _aidl_return) override;
86 android::sp<IBinder>* _aidl_return) override;
Ddevice_binder_adaptor.cc112 Status DeviceBinderAdaptor::GetInterface(String16* _aidl_return) { in GetInterface() argument
118 Status DeviceBinderAdaptor::GetSelectedService(sp<IBinder>* _aidl_return) { in GetSelectedService() argument