/device/generic/goldfish/hals/radio/ |
D | main.cpp | 43 namespace impl = ::aidl::android::hardware::radio::implementation; 69 std::shared_ptr<impl::AtChannel> atChannel) { in registerService() 82 template <class T> void addResponseSink(impl::AtChannel& atChannel, in addResponseSink() 84 void(T::*method)(const impl::AtResponsePtr&)) { in addResponseSink() 88 (const impl::AtResponsePtr& response) -> bool { in addResponseSink() 98 int mainImpl(impl::AtChannel::HostChannelFactory hostChannelFactory) { in mainImpl() 99 using impl::AtChannel; in mainImpl() 100 using impl::ImsMedia; in mainImpl() 101 using impl::RadioConfig; in mainImpl() 102 using impl::RadioData; in mainImpl() [all …]
|
/device/generic/goldfish/hals/audio/ |
D | Android.bp | 34 name: "android.hardware.audio@7.x-impl.ranchu_default", 79 name: "android.hardware.audio.legacy@7.1-impl.ranchu", 86 name: "android.hardware.audio@7.1-impl.ranchu.xml", 87 src: "android.hardware.audio@7.1-impl.ranchu.xml", 92 name: "android.hardware.audio@7.1-impl.ranchu", 93 defaults: ["android.hardware.audio@7.x-impl.ranchu_default"], 94 vintf_fragment_modules: ["android.hardware.audio@7.1-impl.ranchu.xml"], 100 "-DLOG_TAG=\"android.hardware.audio@7.1-impl.ranchu\"", 106 // a.h.audio@X.Y-impl.ranchu (see above) loads a.h.audio.legacy@X.Y-impl 114 "android.hardware.audio.legacy@7.1-impl.ranchu",
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | local_recorder.cpp | 49 Display(LocalRecorder::Impl& impl); 90 std::unique_ptr<Impl> impl(new Impl()); in Create() local 92 if (!impl->file_writer_.Open(filename.c_str())) { in Create() 97 if (!impl->segment_.Init(&impl->file_writer_)) { in Create() 102 impl->segment_.AccurateClusterDuration(true); in Create() 103 impl->segment_.set_estimate_file_duration(true); in Create() 105 impl->encoder_factory_ = webrtc::CreateBuiltinVideoEncoderFactory(); in Create() 106 if (!impl->encoder_factory_) { in Create() 111 return std::unique_ptr<LocalRecorder>(new LocalRecorder(std::move(impl))); in Create() 114 LocalRecorder::LocalRecorder(std::unique_ptr<LocalRecorder::Impl> impl) in LocalRecorder() argument [all …]
|
D | streamer.cpp | 194 Streamer::Streamer(std::unique_ptr<Streamer::Impl> impl) in Streamer() argument 195 : impl_(std::move(impl)) {} in Streamer() 203 std::unique_ptr<Streamer::Impl> impl(new Streamer::Impl()); in Create() local 204 impl->config_ = cfg; in Create() 205 impl->recording_manager_ = &recording_manager; in Create() 206 impl->connection_observer_factory_ = connection_observer_factory; in Create() 213 impl->network_thread_ = std::move(*network_thread_result); in Create() 220 impl->worker_thread_ = std::move(*worker_thread_result); in Create() 227 impl->signal_thread_ = std::move(*signal_thread_result); in Create() 229 impl->audio_device_module_ = std::make_shared<AudioDeviceModuleWrapper>( in Create() [all …]
|
/device/generic/goldfish/hals/sensors/ |
D | Android.bp | 27 name: "android.hardware.sensors@2.1-impl.virtual_srcs", 37 name: "android.hardware.sensors@2.1-impl.virtual_headers", 43 name: "android.hardware.sensors@2.1-impl.virtual.defaults", 48 ":android.hardware.sensors@2.1-impl.virtual_srcs", 61 "android.hardware.sensors@2.1-impl.virtual_headers" 66 name: "android.hardware.sensors@2.1-impl.ranchu", 67 defaults: ["android.hardware.sensors@2.1-impl.virtual.defaults"], 73 "-DLOG_TAG=\"android.hardware.sensors@2.1-impl.ranchu\"",
|
D | entry.cpp | 55 goldfish::MultihalSensors impl([](){ return std::make_unique<QemudSensorsTransport>(); }); in __anonf3ce96d50202() variable 61 return &impl; in sensorsHalGetSubHal_2_1()
|
/device/google/trout/hal/vehicle/2.0/agl_build/ |
D | CMakeLists.txt | 25 ${trout_NATIVE_VHAL_ROOT_DIR}/impl/vhal_v2_0/proto 27 ${trout_NATIVE_VHAL_ROOT_DIR}/impl/vhal_v2_0/proto/VehicleHalProto.proto 59 ${trout_NATIVE_VHAL_ROOT_DIR}/impl/vhal_v2_0/VehicleHalServer.cpp 60 ${trout_NATIVE_VHAL_ROOT_DIR}/impl/vhal_v2_0/GeneratorHub.cpp 61 ${trout_NATIVE_VHAL_ROOT_DIR}/impl/vhal_v2_0/JsonFakeValueGenerator.cpp 62 ${trout_NATIVE_VHAL_ROOT_DIR}/impl/vhal_v2_0/LinearFakeValueGenerator.cpp 63 ${trout_NATIVE_VHAL_ROOT_DIR}/impl/vhal_v2_0/ProtoMessageConverter.cpp
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | in_process_tpm.cpp | 66 auto impl = FromContext(context); in Transmit() local 67 std::lock_guard lock(impl->queue_mutex_); in Transmit() 68 impl->command_queue_.emplace_back(command, command + size); in Transmit() 77 auto impl = FromContext(context); in Receive() local 81 std::lock_guard lock(impl->queue_mutex_); in Receive() 82 if (impl->command_queue_.empty()) { in Receive() 85 request = std::move(impl->command_queue_.front()); in Receive() 86 impl->command_queue_.pop_front(); in Receive()
|
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/include/ |
D | VehicleEmulator.h | 38 class VehicleEmulator final : public V2_0::impl::MessageProcessor { 43 std::unique_ptr<V2_0::impl::MessageSender> socketComm, 44 std::unique_ptr<V2_0::impl::MessageSender> pipeComm, 71 std::unique_ptr<V2_0::impl::MessageSender> mSocketComm; 72 std::unique_ptr<V2_0::impl::MessageSender> mPipeComm;
|
/device/google/cuttlefish/common/libs/confui/ |
D | packet.h | 64 namespace impl { 84 using namespace cuttlefish::confui::packet::impl; in ToPayload() 90 impl::MakeSizeHeader(std::forward<Args>(args)...); in ToPayload() 96 impl::AppendToBuffer(payload_buffer, std::forward<Args>(args)...); in ToPayload() 119 impl::ToPayload(cmd_str, session_id, std::forward<Args>(args)...); in WritePayload()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | preloaded-classes | 128 [Landroid.icu.impl.CacheValue$Strength; 129 [Landroid.icu.impl.CacheValue; 130 [Landroid.icu.impl.CalType; 131 [Landroid.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern; 132 [Landroid.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType; 133 [Landroid.icu.impl.DayPeriodRules$CutoffType; 134 [Landroid.icu.impl.DayPeriodRules$DayPeriod; 135 [Landroid.icu.impl.DayPeriodRules; 136 [Landroid.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink$EntrypointTab… 137 [Landroid.icu.impl.ICUResourceBundle$OpenType; [all …]
|
/device/generic/goldfish/fvpbase/ |
D | fvp.mk | 48 android.hardware.audio@6.0-impl:32 \ 49 android.hardware.audio.effect@6.0-impl:32 \ 53 android.hardware.drm@1.0-impl \ 57 android.hardware.graphics.allocator@2.0-impl \ 59 android.hardware.graphics.mapper@2.0-impl \ 64 android.hardware.keymaster@4.0-impl \
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Android.bp | 38 name: "android.hardware.camera.provider@2.7-impl-cuttlefish", 70 "camera.device@1.0-impl", 71 "camera.device@3.2-impl", 72 "camera.device@3.3-impl", 73 "camera.device@3.4-impl",
|
/device/linaro/hikey/ |
D | device-common.mk | 98 android.hardware.audio@7.0-impl \ 99 android.hardware.audio.effect@7.0-impl \ 100 android.hardware.soundtrigger@2.3-impl \ 101 android.hardware.bluetooth.audio@2.0-impl 105 android.hardware.bluetooth.audio-impl \ 119 android.hardware.graphics.allocator@2.0-impl \ 121 android.hardware.graphics.mapper@2.0-impl-2.1 \ 144 android.hardware.keymaster@3.0-impl \ 159 android.hardware.sensors@1.0-impl \ 161 android.hardware.contexthub@1.0-impl [all …]
|
/device/google/cuttlefish/shared/sensors/multihal/ |
D | Android.bp | 28 name: "android.hardware.sensors@2.1-impl.cuttlefish", 30 "android.hardware.sensors@2.1-impl.virtual.defaults", 42 "-DLOG_TAG=\"android.hardware.sensors@2.1-impl.cuttlefish\"",
|
/device/google/cuttlefish/shared/camera/ |
D | device_vendor.mk | 20 androidx.camera.extensions.impl.advanced advancedSample_camera_extensions.xml \ 26 PRODUCT_PACKAGES += androidx.camera.extensions.impl sample_camera_extensions.xml 50 android.hardware.camera.provider@2.7-impl-cuttlefish
|
/device/amlogic/yukawa/ |
D | device.mk | 102 android.hardware.fastboot@1.1-impl-mock \ 167 android.hardware.bluetooth.audio@2.1-impl \ 168 android.hardware.bluetooth.audio-impl \ 181 android.hardware.audio@7.1-impl \ 182 android.hardware.audio.effect@7.0-impl \ 183 android.hardware.soundtrigger@2.3-impl 219 android.hardware.graphics.allocator@2.0-impl \ 220 android.hardware.graphics.mapper@2.0-impl-2.1 248 android.hardware.tv.cec@1.0-impl \ 298 android.hardware.sensors@1.0-impl \ [all …]
|
/device/generic/car/emulator/usbpt/protocan/protocanbus/ |
D | service.cpp | 13 namespace android::hardware::automotive::vehicle::V2_0::impl { namespace 39 ::android::hardware::automotive::vehicle::V2_0::impl::protocanbusService(); in main()
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_secure_clock.cpp | 33 RemoteSecureClock::RemoteSecureClock(keymaster::RemoteKeymaster& impl) in RemoteSecureClock() argument 34 : impl_(impl) {} in RemoteSecureClock()
|
/device/generic/car/emulator/vhal_v2_0/ |
D | VehicleService.cpp | 30 using ::android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleConnector; 31 using ::android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal;
|
D | Android.bp | 27 name: "android.hardware.automotive.vehicle@2.0-emulator-impl-lib", 40 "android.hardware.automotive.vehicle@2.0-default-impl-lib", 76 "android.hardware.automotive.vehicle@2.0-emulator-impl-lib",
|
/device/linaro/dragonboard/ |
D | full.mk | 76 android.hardware.audio@7.0-impl \ 77 android.hardware.audio.effect@7.0-impl \ 78 android.hardware.soundtrigger@2.3-impl \ 79 android.hardware.bluetooth.audio@2.0-impl 89 android.hardware.bluetooth.audio-impl \ 133 android.hardware.camera.provider@2.4-impl \
|
/device/linaro/dragonboard/shared/graphics/minigbm_msm/sepolicy/ |
D | file_contexts | 8 /vendor/lib(64)?/hw/android\.hardware\.graphics\.mapper@4\.0-impl\.minigbm\.so u:object_r:same_pro… 9 /vendor/lib(64)?/hw/android\.hardware\.graphics\.mapper@4\.0-impl\.minigbm_msm\.so u:object_r:same_…
|
/device/google/cuttlefish_vmm/qemu/third_party/.cargo/ |
D | config.toml | 22 thiserror-impl = { path = "rust/crates/thiserror-impl" }
|
/device/linaro/hikey/hikey960/ |
D | device-hikey960.mk | 36 android.hardware.boot@1.2-impl \ 37 android.hardware.boot@1.2-impl.recovery \ 81 PRODUCT_PACKAGES += android.hardware.renderscript@1.0-impl
|