Searched refs:implementation (Results 1 - 25 of 34) sorted by relevance

12

/system/libhidl/transport/memory/1.0/default/
H A DHidlFetch.cpp27 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
37 } // namespace implementation
H A DHidlFetch.h26 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
30 } // namespace implementation
H A DAshmemMapper.cpp30 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
59 } // namespace implementation
H A DAshmemMapper.h28 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
46 } // namespace implementation
H A DAshmemMemory.cpp25 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
34 // TODO: Move implementation to mapper class
72 } // namespace implementation
H A DAshmemMemory.h28 namespace implementation { namespace in namespace:android::hidl::memory::V1_0
63 } // namespace implementation
/system/libhidl/transport/allocator/1.0/default/
H A Dservice.cpp12 using android::hidl::allocator::V1_0::implementation::AshmemAllocator;
H A DAshmemAllocator.h28 namespace implementation { namespace in namespace:android::hidl::allocator::V1_0
45 } // namespace implementation
H A DAshmemAllocator.cpp28 namespace implementation { namespace in namespace:android::hidl::allocator::V1_0
97 } // namespace implementation
/system/nvram/hal/include/nvram/hal/
H A Dnvram_device_adapter.h27 // |NvramImplementation| subclasses provide an implementation of the NVRAM HAL
47 // Takes ownership of |implementation|.
49 NvramImplementation* implementation);
/system/hwservicemanager/
H A Dservice.cpp40 using android::hidl::manager::implementation::ServiceManager;
41 using android::hidl::token::V1_0::implementation::TokenManager;
H A DHidlService.h13 namespace implementation { namespace in namespace:android::hidl::manager
67 } // namespace implementation
H A DTokenManager.h15 namespace implementation { namespace in namespace:android::hidl::token::V1_0
62 } // namespace implementation
H A DHidlService.cpp11 namespace implementation { namespace in namespace:android::hidl::manager
109 } // namespace implementation
H A DServiceManager.h15 namespace implementation { namespace in namespace:android::hidl::manager
118 } // namespace implementation
/system/chre/chre_api/legacy/v1_0/chre/
H A Devent.h34 * The CHRE implementation is required to provide the following
43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment implementation
47 * The minimum size, in bytes, any CHRE implementation will
102 * First in a range of values dedicated for internal CHRE implementation usage.
110 * Last in a range of values dedicated for internal CHRE implementation usage.
221 * implementation cannot be asked to support an arbitrarily large message
222 * size. As a result, we have the CHRE implementation define
231 * CHRE implementation. If your message sizes are larger, you'll need to
/system/libhidl/adapter/
H A DHidlBinderAdapter.cpp121 sp<IBase> implementation = manager->get(interfaceName, instanceName).withDefault(nullptr); local
122 if (implementation == nullptr) {
123 std::cerr << "ERROR: could not retrieve desired implementation" << std::endl;
127 sp<IBase> adapter = it->second(implementation);
147 bool restored = manager->add(instanceName, implementation).withDefault(false);
161 // auto interface = new V1_1::implementation::IFoo;
/system/bt/doc/
H A Ddirectory_layout.md12 * audio_a2dp_hw - A2DP audio HAL implementation.
27 * udrv - **Deprecated** *UIPC implementation*
/system/core/healthd/
H A Dcharger.cpp67 using android::hardware::health::V2_0::implementation::Health;
H A Dcharger_test.cpp142 using android::hardware::health::V2_0::implementation::Health;
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
H A Dkeystore.h16 namespace implementation { namespace in namespace:android::system::wifi::keystore::V1_0
42 } // namespace implementation
/system/tools/hidl/test/hidl_test/
H A DFooCallback.h14 namespace implementation { namespace in namespace:android::hardware::tests::foo::V1_0
39 } // namespace implementation
/system/chre/chre_api/include/chre_api/chre/
H A Devent.h34 * The CHRE implementation is required to provide the following
43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment implementation
47 * The minimum size, in bytes, any CHRE implementation will
178 * implementation usage.
181 * below, but has been extended to allow for more implementation-specific events
189 * First in a range of values dedicated for internal CHRE implementation usage.
197 * Last in a range of values dedicated for internal CHRE implementation usage.
280 * If running on a CHRE API v1.0 implementation, this field will always be
403 * implementation cannot be asked to support an arbitrarily large message
404 * size. As a result, we have the CHRE implementation defin
[all...]
/system/chre/chre_api/legacy/v1_1/chre/
H A Devent.h34 * The CHRE implementation is required to provide the following
43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment implementation
47 * The minimum size, in bytes, any CHRE implementation will
150 * implementation usage.
153 * below, but has been extended to allow for more implementation-specific events
161 * First in a range of values dedicated for internal CHRE implementation usage.
169 * Last in a range of values dedicated for internal CHRE implementation usage.
252 * If running on a CHRE API v1.0 implementation, this field will always be
375 * implementation cannot be asked to support an arbitrarily large message
376 * size. As a result, we have the CHRE implementation defin
[all...]
/system/hardware/interfaces/wifi/keystore/1.0/default/
H A Dkeystore.cpp14 namespace implementation { namespace in namespace:android::system::wifi::keystore::V1_0
75 } // namespace implementation

Completed in 533 milliseconds

12