Searched refs:Core (Results 1 – 5 of 5) sorted by relevance
65 class Core; variable105 std::string serviceName, const hal::DeviceFactory& makeDevice, Core core);412 class Core {429 Core(sp<hal::V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler);437 ~Core();440 Core(Core&&) noexcept;441 Core& operator=(Core&&) noexcept;442 Core(const Core&) = delete;443 Core& operator=(const Core&) = delete;459 static std::optional<Core> create(sp<hal::V1_0::IDevice> device);[all …]
684 template <typename Core>685 std::optional<InitialData> initialize(const Core& core) { in initialize()723 auto core = Core::create(std::move(device)); in create()747 Core core) in VersionedIDevice()757 std::optional<VersionedIDevice::Core> VersionedIDevice::Core::create(sp<V1_0::IDevice> device) { in create()781 return Core(std::move(device), std::move(deathHandler)); in create()785 VersionedIDevice::Core::Core(sp<V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler) in Core() function in android::nn::VersionedIDevice::Core792 VersionedIDevice::Core::~Core() { in ~Core()802 VersionedIDevice::Core::Core(Core&& other) noexcept in Core() function in android::nn::VersionedIDevice::Core811 VersionedIDevice::Core& VersionedIDevice::Core::operator=(Core&& other) noexcept { in operator =()[all …]
1 # Android TV Core Framework
22 required_libraries = Core Support
2251 * device, as documented by the Bluetooth Core HCI specification