Home
last modified time | relevance | path

Searched defs:IFooInterface (Results 1 – 8 of 8) sorted by relevance

/system/tools/aidl/aidl_api/aidl-test-versioned-interface/1/android/aidl/versioned/tests/
DIFooInterface.aidl19 interface IFooInterface { interface
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/current/android/aidl/versioned/tests/
DIFooInterface.aidl21 interface IFooInterface { interface
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/3/android/aidl/versioned/tests/
DIFooInterface.aidl21 interface IFooInterface { interface
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/2/android/aidl/versioned/tests/
DIFooInterface.aidl19 interface IFooInterface { interface
/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/
DIFooInterface.aidl6 interface IFooInterface { interface
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs17 pub trait IFooInterface: binder::Interface + Send { interface
355 fn on_transact(_aidl_service: &dyn IFooInterface, _aidl_code: binder::binder_impl::TransactionCode,… in on_transact()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp407 IFooInterface::IFooInterface() {} in IFooInterface() function in aidl::android::aidl::versioned::tests::IFooInterface
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java5 public interface IFooInterface extends android.os.IInterface interface