Home
last modified time | relevance | path

Searched refs:Core (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/runtime/
DVersionedInterfaces.h65 class Core; variable
105 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 …]
DVersionedInterfaces.cpp684 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::Core
792 VersionedIDevice::Core::~Core() { in ~Core()
802 VersionedIDevice::Core::Core(Core&& other) noexcept in Core() function in android::nn::VersionedIDevice::Core
811 VersionedIDevice::Core& VersionedIDevice::Core::operator=(Core&& other) noexcept { in operator =()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DOWNERS1 # Android TV Core Framework
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DLLVMBuild.txt22 required_libraries = Core Support
/frameworks/base/cmds/statsd/src/
Datoms.proto2251 * device, as documented by the Bluetooth Core HCI specification