HomeSort by relevance Sort by last modified time
    Searched defs:hidl (Results 1 - 22 of 22) sorted by null

  /system/tools/hidl/build/
utils.go 15 package hidl package
properties.go 15 package hidl package
hidl_package_root.go 15 package hidl package
hidl_interface.go 15 package hidl package
64 // Don't generate "android.hidl.foo@1.0" C library. Instead
78 var types []string // hidl-gen only supports types.hal, but don't assume that here
146 This corresponds to the "-r%s:<some path>" option that would be passed into hidl-gen.`, root, i, root, root)
178 cmd := "$(location hidl-gen) -d $(depfile) -o $(genDir)"
230 Tools: []string{"hidl-gen"},
240 Tools: []string{"hidl-gen"},
257 Defaults: []string{"hidl-module-defaults"},
283 Tools: []string{"hidl-gen"},
293 Defaults: []string{"hidl-java-module-defaults"}
    [all...]
fqName.go 15 package hidl package
30 // See system/tools/hidl/FQName.h
  /system/libhidl/transport/memory/1.0/default/
HidlFetch.cpp 24 namespace hidl { namespace in namespace:android
40 } // namespace hidl
HidlFetch.h 20 #include <android/hidl/memory/1.0/IMapper.h>
23 namespace hidl { namespace in namespace:android
33 } // namespace hidl
AshmemMapper.cpp 27 namespace hidl { namespace in namespace:android
32 // Methods from ::android::hidl::memory::V1_0::IMapper follow.
62 } // namespace hidl
AshmemMapper.h 20 #include <android/hidl/memory/1.0/IMapper.h>
21 #include <hidl/MQDescriptor.h>
22 #include <hidl/Status.h>
25 namespace hidl { namespace in namespace:android
30 using ::android::hidl::memory::V1_0::IMapper;
31 using ::android::hidl::memory::V1_0::IMemory;
41 // Methods from ::android::hidl::memory::V1_0::IMapper follow.
49 } // namespace hidl
AshmemMemory.h 20 #include <android/hidl/memory/1.0/IMemory.h>
21 #include <hidl/MQDescriptor.h>
22 #include <hidl/Status.h>
25 namespace hidl { namespace in namespace:android
30 using ::android::hidl::memory::V1_0::IMemory;
44 // Methods from ::android::hidl::memory::V1_0::IMemory follow.
66 } // namespace hidl
AshmemMemory.cpp 22 namespace hidl { namespace in namespace:android
38 // Methods from ::android::hidl::memory::V1_0::IMemory follow.
75 } // namespace hidl
  /system/hwservicemanager/
HidlService.h 6 #include <android/hidl/manager/1.1/IServiceManager.h>
7 #include <hidl/Status.h>
8 #include <hidl/MQDescriptor.h>
11 namespace hidl { namespace in namespace:android
19 using ::android::hidl::base::V1_0::IBase;
20 using ::android::hidl::manager::V1_0::IServiceNotification;
21 using ::android::hidl::manager::V1_1::IServiceManager;
52 std::string string() const; // e.x. "android.hidl.manager@1.0::IServiceManager/manager"
58 const std::string mInterfaceName; // e.x. "android.hidl.manager@1.0::IServiceManager"
69 } // namespace hidl
    [all...]
ServiceManager.h 4 #include <android/hidl/manager/1.1/IServiceManager.h>
5 #include <hidl/Status.h>
6 #include <hidl/MQDescriptor.h>
13 namespace hidl { namespace in namespace:android
22 using ::android::hidl::base::V1_0::IBase;
23 using ::android::hidl::manager::V1_1::IServiceManager;
24 using ::android::hidl::manager::V1_0::IServiceNotification;
29 // Methods from ::android::hidl::manager::V1_0::IServiceManager follow.
50 // Methods from ::android::hidl::manager::V1_1::IServiceManager follow.
109 * mServiceMap["android.hidl.manager@1.0::IServiceManager"]["manager"
    [all...]
TokenManager.h 4 #include <android/hidl/token/1.0/ITokenManager.h>
6 #include <hidl/MQDescriptor.h>
7 #include <hidl/Status.h>
12 namespace hidl { namespace in namespace:android
17 using ::android::hidl::base::V1_0::IBase;
18 using ::android::hidl::token::V1_0::ITokenManager;
29 // Methods from ::android::hidl::token::V1_0::ITokenManager follow.
65 } // namespace hidl
HidlService.cpp 5 #include <hidl/HidlTransportSupport.h>
9 namespace hidl { namespace in namespace:android
111 } // namespace hidl
TokenManager.cpp 12 namespace hidl { namespace in namespace:android
39 // Methods from ::android::hidl::token::V1_0::ITokenManager follow.
176 } // namespace hidl
ServiceManager.cpp 9 #include <hidl/HidlSupport.h>
10 #include <hidl/HidlTransportSupport.h>
18 namespace hidl { namespace in namespace:android
178 // Methods from ::android::hidl::manager::V1_0::IServiceManager follow.
219 // TODO(b/34235311): use HIDL way to determine this
470 .arch = ::android::hidl::base::V1_0::DebugInfo::Architecture::UNKNOWN
560 } // namespace hidl
  /system/libhidl/transport/allocator/1.0/default/
AshmemAllocator.h 20 #include <android/hidl/allocator/1.0/IAllocator.h>
21 #include <hidl/MQDescriptor.h>
22 #include <hidl/Status.h>
25 namespace hidl { namespace in namespace:android
30 using ::android::hidl::allocator::V1_0::IAllocator;
40 // Methods from ::android::hidl::allocator::V1_0::IAllocator follow.
48 } // namespace hidl
AshmemAllocator.cpp 25 namespace hidl { namespace in namespace:android
100 } // namespace hidl
  /system/libhidl/transport/include/hidl/
ServiceManagement.h 22 #include <android/hidl/base/1.0/IBase.h>
27 namespace hidl { namespace in namespace:android
36 }; // namespace hidl
57 sp<::android::hidl::base::V1_0::IBase> getRawServiceInternal(const std::string& descriptor,
62 // These functions are for internal use by hidl. If you want to get ahold
64 sp<::android::hidl::manager::V1_0::IServiceManager> defaultServiceManager();
65 sp<::android::hidl::manager::V1_1::IServiceManager> defaultServiceManager1_1();
66 sp<::android::hidl::manager::V1_0::IServiceManager> getPassthroughServiceManager();
67 sp<::android::hidl::manager::V1_1::IServiceManager> getPassthroughServiceManager1_1();
  /system/libhidl/base/include/hidl/
HidlSupport.h 24 #include <hidl/HidlInternal.h>
25 #include <hidl/Status.h>
38 // this file is included by all hidl interface, so we must forward declare the
40 namespace hidl { namespace in namespace:android
46 }; // namespace hidl
48 namespace hidl { namespace in namespace:android
54 }; // namespace hidl
67 const ::android::wp<::android::hidl::base::V1_0::IBase>& who) = 0;
987 * Every HIDL generated enum generates an implementation of this function.
994 * Bitfields in HIDL are the underlying type of the enumeration
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 269 struct wpas_hidl_priv *hidl; member in struct:wpa_global
    [all...]

Completed in 732 milliseconds