Home
last modified time | relevance | path

Searched defs:hal (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/fingerprint/
Dmain.cpp30 std::shared_ptr<Hal> hal = ndk::SharedRefBase::make<Hal>(); in main() local
/device/google/trout/hal/vehicle/2.0/
DVirtualizedVehicleService.cpp43 auto hal = std::make_unique<vhal_impl::DefaultVehicleHal>(store.get(), connector.get()); in main() local
/device/generic/car/emulator/vhal_v2_0/
DVehicleService.cpp36 auto hal = std::make_unique<EmulatedVehicleHal>(store.get(), connector.get()); in main() local
DVehicleEmulator.cpp41 VehicleEmulator::VehicleEmulator(EmulatedServerIface* hal) : mHal{hal} { in VehicleEmulator()
/device/generic/goldfish/camera/
Dservice_entry.cpp37 std::shared_ptr<CameraProvider> hal = ndk::SharedRefBase::make<CameraProvider>( in serviceEntry() local
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp45 VehicleEmulator::VehicleEmulator(EmulatedVehicleHardware* hal) : mHal(hal) { in VehicleEmulator()
60 EmulatedVehicleHardware* hal) : mHal(hal), mSocketComm(std::move(socketComm)), in VehicleEmulator()
/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp29 namespace hal { namespace
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp163 for (const auto& hal : hals) { in set_secure_hals() local