HomeSort by relevance Sort by last modified time
    Searched refs:aidl (Results 151 - 175 of 491) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/tools/aidl/
options.h 27 namespace aidl { namespace in namespace:android
29 // This object represents the parsed options to the Java generating aidl.
123 } // namespace aidl
type_cpp.cpp 40 namespace aidl { namespace in namespace:android
460 using ::android::aidl::kAidlReservedTypePackage;
461 using ::android::aidl::kUtf8InCppStringClass;
555 LOG(ERROR) << "aidl-cpp does not yet support List<" << type_name << ">";
562 LOG(ERROR) << "aidl does not implement support for typed maps!";
596 return ::android::aidl::TypeNamespace::GetArgType(a, arg_index, filename,
601 } // namespace aidl
type_namespace.cpp 33 namespace aidl { namespace in namespace:android
37 const char kAidlReservedTypePackage[] = "aidl-internal";
42 const char kUtf8StringCanonicalName[] = "aidl-internal.Utf8String";
43 const char kUtf8InCppStringCanonicalName[] = "aidl-internal.Utf8InCppString";
151 LOG(ERROR) << error_prefix << "Argument name is a Java or aidl keyword";
164 } // namespace aidl
ast_cpp_unittest.cpp 29 namespace aidl { namespace in namespace:android
245 } // namespace aidl
io_delegate.cpp 42 namespace aidl { namespace in namespace:android
190 } // namespace aidl
ast_java.h 43 namespace aidl { namespace in namespace:android
45 } // namespace aidl
49 namespace aidl { namespace in namespace:android
385 } // namespace aidl
  /cts/tests/app/app/
Android.mk 42 src/android/app/stubs/ISecondary.aidl
  /cts/tests/tests/telephony/
Android.mk 38 LOCAL_AIDL_INCLUDES := EmbmsMiddlewareTestApp/aidl/
  /frameworks/base/packages/WAPPushManager/tests/
Android.mk 27 src/com/android/smspush/unitTests/IDataVerify.aidl
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsConfigImplBase.java 24 import android.telephony.ims.aidl.IImsConfig;
25 import android.telephony.ims.aidl.IImsConfigCallback;
38 * The inner class {@link ImsConfigStub} implements methods of IImsConfig AIDL interface.
39 * The IImsConfig AIDL interface is called by ImsConfig, which may exist in many other processes.
53 * Implements the IImsConfig AIDL interface, which is called by potentially many processes
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 41 import android.telephony.ims.aidl.IImsConfig;
42 import android.telephony.ims.aidl.IImsMmTelFeature;
43 import android.telephony.ims.aidl.IImsRcsFeature;
44 import android.telephony.ims.aidl.IImsRegistration;
    [all...]
  /frameworks/opt/net/wifi/service/
Android.mk 47 wificond_aidl_path := system/connectivity/wificond/aidl
  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
ImsRegistrationTests.java 31 import android.telephony.ims.aidl.IImsRegistration;
32 import android.telephony.ims.aidl.IImsRegistrationCallback;
ImsServiceTest.java 33 import android.telephony.ims.aidl.IImsMmTelFeature;
34 import android.telephony.ims.aidl.IImsServiceController;
MmTelFeatureTests.java 33 import android.telephony.ims.aidl.IImsMmTelFeature;
  /packages/services/Car/service/
Android.mk 19 #disble build in PDK, missing aidl import breaks build
  /system/update_engine/
Android.mk 336 binder_bindings/android/brillo/IUpdateEngine.aidl \
337 binder_bindings/android/brillo/IUpdateEngineStatusCallback.aidl \
400 binder_bindings/android/os/IUpdateEngine.aidl \
401 binder_bindings/android/os/IUpdateEngineCallback.aidl \
561 binder_bindings/android/brillo/IUpdateEngine.aidl \
562 binder_bindings/android/brillo/IUpdateEngineStatusCallback.aidl \
601 binder_bindings/android/os/IUpdateEngine.aidl \
602 binder_bindings/android/os/IUpdateEngineCallback.aidl \
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
MmTelFeatureConnection.java 29 import android.telephony.ims.aidl.IImsConfig;
30 import android.telephony.ims.aidl.IImsMmTelFeature;
31 import android.telephony.ims.aidl.IImsRegistration;
32 import android.telephony.ims.aidl.IImsRegistrationCallback;
33 import android.telephony.ims.aidl.IImsSmsListener;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceController.java 31 import android.telephony.ims.aidl.IImsConfig;
32 import android.telephony.ims.aidl.IImsMmTelFeature;
33 import android.telephony.ims.aidl.IImsRcsFeature;
34 import android.telephony.ims.aidl.IImsRegistration;
35 import android.telephony.ims.aidl.IImsServiceController;
  /frameworks/base/telephony/java/com/android/ims/
ImsConfig.java 23 import android.telephony.ims.aidl.IImsConfig;
  /system/tools/aidl/tests/
aidl_test_service.cpp 36 #include "android/aidl/tests/BnTestService.h"
37 #include "android/aidl/tests/ITestService.h"
39 #include "android/aidl/tests/BnNamedCallback.h"
40 #include "android/aidl/tests/INamedCallback.h"
66 using android::aidl::tests::BnNamedCallback;
67 using android::aidl::tests::BnTestService;
68 using android::aidl::tests::INamedCallback;
69 using android::aidl::tests::SimpleParcelable;
fake_io_delegate.cpp 32 namespace aidl { namespace in namespace:android
168 } // namespace aidl
test_util.cpp 35 namespace aidl { namespace in namespace:android
55 *rel_path = CanonicalNameToPath(package_class.c_str(), ".aidl");
168 } // namespace aidl
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestServiceClient.java 17 package android.aidl.tests;
19 import android.aidl.tests.SimpleParcelable;
20 import android.aidl.tests.TestFailException;
21 import android.aidl.tests.TestLogger;
45 import android.aidl.tests.INamedCallback;
46 import android.aidl.tests.ITestService;
    [all...]
  /build/soong/java/
java.go 59 // or .aidl files.
168 Aidl struct {
169 // Top level directories to pass to aidl tool
172 // Directories rooted at the Android.bp file to pass to aidl tool
175 // directories that should be added as include directories for any aidl sources of modules
176 // that depend on this module, as well as to aidl for this module.
318 aidl android.Path
378 aidl := filepath.Join(dir, "framework.aidl")
380 aidlPath := android.ExistentPathForSource(ctx, aidl)
    [all...]

Completed in 1554 milliseconds

1 2 3 4 5 67 8 91011>>