Home
last modified time | relevance | path

Searched defs:_aidl_return (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_service.cpp117 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean()
122 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte()
127 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar()
132 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt()
137 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong()
142 Status RepeatFloat(float token, float* _aidl_return) override { in RepeatFloat()
147 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble()
152 Status RepeatString(const String16& token, String16* _aidl_return) override { in RepeatString()
160 SimpleParcelable* _aidl_return) override { in RepeatSimpleParcelable()
168 PersistableBundle* _aidl_return) override { in RepeatPersistableBundle()
[all …]
/system/connectivity/shill/binder/
Dmanager_binder_adaptor.cc99 Status ManagerBinderAdaptor::SetupApModeInterface(String16* _aidl_return) { in SetupApModeInterface()
104 Status ManagerBinderAdaptor::SetupStationModeInterface(String16* _aidl_return) { in SetupStationModeInterface()
126 sp<IBinder>* _aidl_return) { in ConfigureService()
138 Status ManagerBinderAdaptor::GetDevices(vector<sp<IBinder>>* _aidl_return) { in GetDevices()
Dservice_binder_adaptor.cc104 Status ServiceBinderAdaptor::GetState(int32_t* _aidl_return) { in GetState()
110 Status ServiceBinderAdaptor::GetStrength(int8_t* _aidl_return) { in GetStrength()
116 Status ServiceBinderAdaptor::GetError(int32_t* _aidl_return) { in GetError()
Ddevice_binder_adaptor.cc112 Status DeviceBinderAdaptor::GetInterface(String16* _aidl_return) { in GetInterface()
118 Status DeviceBinderAdaptor::GetSelectedService(sp<IBinder>* _aidl_return) { in GetSelectedService()