Home
last modified time | relevance | path

Searched refs:oneway (Results 1 – 21 of 21) sorted by relevance

/system/core/metricsd/aidl/android/brillo/metrics/
DIMetricsd.aidl20 oneway void recordHistogram(String name, int sample, int min, int max, in recordHistogram()
22 oneway void recordLinearHistogram(String name, int sample, int max); in recordLinearHistogram()
23 oneway void recordSparseHistogram(String name, int sample); in recordSparseHistogram()
24 oneway void recordCrash(String type); in recordCrash()
DIMetricsCollectorService.aidl20 oneway void notifyUserCrash(); in notifyUserCrash()
/system/weaved/brillo/android/weave/
DIWeaveClient.aidl23 oneway void onServiceConnected(in IWeaveService service); in onServiceConnected()
24 oneway void onCommand(in String componentName, in onCommand()
DIWeaveServiceManager.aidl23 oneway void connect(in IWeaveClient client); in connect()
24 oneway void registerNotificationListener( in registerNotificationListener()
DIWeaveServiceManagerNotificationListener.aidl19 oneway interface IWeaveServiceManagerNotificationListener {
/system/tools/aidl/
Daidl_language.cpp94 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod() argument
97 : oneway_(oneway), in AidlMethod()
112 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod() argument
115 : AidlMethod(oneway, type, name, args, line, comments, 0) { in AidlMethod()
149 const std::string& comments, bool oneway, in AidlInterface() argument
155 oneway_(oneway), in AidlInterface()
Daidl_language_l.ll82 oneway { yylval->token = new AidlToken("oneway", extra_text);
Dgenerate_java_binder.cpp268 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_method() local
342 if (!oneway) { in generate_method()
353 if (!oneway) { in generate_method()
404 if (!oneway) { in generate_method()
454 new LiteralExpression(oneway ? "android.os.IBinder.FLAG_ONEWAY" : "0")); in generate_method()
Daidl.cpp182 bool oneway = m->IsOneway() || c->IsOneway(); in check_types() local
197 if (oneway && m->GetType().GetName() != "void") { in check_types()
219 if (oneway && arg->IsOut()) { in check_types()
Daidl_language.h162 AidlMethod(bool oneway, AidlType* type, std::string name,
165 AidlMethod(bool oneway, AidlType* type, std::string name,
Dtype_java.cpp684 bool builtIn, bool oneway, const string& declFile, in InterfaceType() argument
689 m_oneway(oneway), in InterfaceType()
Dtype_java.h389 const std::string& name, bool builtIn, bool oneway,
/system/tpm/trunks/aidl/android/trunks/
DITrunksClient.aidl20 oneway void OnCommandResponse(in byte[] response); in OnCommandResponse()
DITrunks.aidl22 oneway void SendCommand(in byte[] command, in ITrunksClient client); in SendCommand()
/system/update_engine/binder_bindings/android/os/
DIUpdateEngineCallback.aidl19 oneway interface IUpdateEngineCallback {
/system/connectivity/shill/binder/android/system/connectivity/shill/
DIPropertyChangedCallback.aidl29 oneway void OnPropertyChanged(String name); in OnPropertyChanged()
/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngineStatusCallback.aidl20 oneway
/system/netd/server/binder/android/net/metrics/
DINetdEventListener.aidl24 oneway interface INetdEventListener {
/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt21 oneway interface IBluetoothLowEnergyCallback {
DIBluetoothGattClientCallback.txt22 oneway interface IBluetoothGattClientCallback {
DIBluetoothGattServerCallback.txt21 oneway interface IBluetoothGattServerCallback {