/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 | 192 Streamer::Streamer(std::unique_ptr<Streamer::Impl> impl) in Streamer() argument 193 : impl_(std::move(impl)) {} in Streamer() 201 std::unique_ptr<Streamer::Impl> impl(new Streamer::Impl()); in Create() local 202 impl->config_ = cfg; in Create() 203 impl->recording_manager_ = &recording_manager; in Create() 204 impl->connection_observer_factory_ = connection_observer_factory; in Create() 211 impl->network_thread_ = std::move(*network_thread_result); in Create() 218 impl->worker_thread_ = std::move(*worker_thread_result); in Create() 225 impl->signal_thread_ = std::move(*signal_thread_result); in Create() 227 impl->audio_device_module_ = std::make_shared<AudioDeviceModuleWrapper>( in Create() [all …]
|
/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 …]
|
D | boot-image-profile.txt | 2515 Landroid/hardware/camera2/impl/CameraDeviceImpl$CameraHandlerExecutor; 2516 Landroid/hardware/camera2/impl/CameraDeviceImpl; 2517 Landroid/hardware/camera2/impl/CameraExtensionJpegProcessor; 2518 Landroid/hardware/camera2/impl/CameraMetadataNative$10; 2519 Landroid/hardware/camera2/impl/CameraMetadataNative$11; 2520 Landroid/hardware/camera2/impl/CameraMetadataNative$12; 2521 Landroid/hardware/camera2/impl/CameraMetadataNative$13; 2522 Landroid/hardware/camera2/impl/CameraMetadataNative$14; 2523 Landroid/hardware/camera2/impl/CameraMetadataNative$15; 2524 Landroid/hardware/camera2/impl/CameraMetadataNative$16; [all …]
|
/device/generic/goldfish/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", 87 defaults: ["android.hardware.audio@7.x-impl.ranchu_default"], 88 vintf_fragments: ["android.hardware.audio@7.1-impl.ranchu.xml"], 94 "-DLOG_TAG=\"android.hardware.audio@7.1-impl.ranchu\"", 100 // a.h.audio@X.Y-impl.ranchu (see above) loads a.h.audio.legacy@X.Y-impl 108 "android.hardware.audio.legacy@7.1-impl.ranchu",
|
/device/generic/goldfish/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\"",
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | in_process_tpm.cpp | 63 auto impl = FromContext(context); in Transmit() local 64 std::lock_guard lock(impl->queue_mutex_); in Transmit() 65 impl->command_queue_.emplace_back(command, command + size); in Transmit() 74 auto impl = FromContext(context); in Receive() local 78 std::lock_guard lock(impl->queue_mutex_); in Receive() 79 if (impl->command_queue_.empty()) { in Receive() 82 request = std::move(impl->command_queue_.front()); in Receive() 83 impl->command_queue_.pop_front(); in Receive()
|
/device/linaro/poplar/ |
D | device.mk | 49 android.hardware.audio@4.0-impl \ 51 android.hardware.audio.effect@4.0-impl \ 52 android.hardware.soundtrigger@4.0-impl \ 64 android.hardware.drm@1.0-impl 79 android.hardware.graphics.mapper@2.0-impl \ 81 android.hardware.graphics.allocator@2.0-impl \ 84 android.hardware.graphics.composer@2.1-impl \ 103 android.hardware.keymaster@3.0-impl \ 139 android.hardware.bluetooth@1.0-impl 181 android.hardware.health@2.1-impl-cuttlefish \
|
/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/amlogic/yukawa/ |
D | device-common.mk | 71 android.hardware.boot@1.2-impl \ 72 android.hardware.boot@1.2-impl.recovery \ 88 android.hardware.fastboot@1.0-impl-mock \ 95 android.hardware.health@2.1-impl-cuttlefish \ 217 android.hardware.bluetooth.audio@2.0-impl \ 241 android.hardware.audio@7.0-impl \ 242 android.hardware.audio.effect@7.0-impl \ 243 android.hardware.soundtrigger@2.3-impl \ 254 android.hardware.tv.cec@1.0-impl \ 268 android.hardware.graphics.composer@2.2-impl \ [all …]
|
/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 112 android.hardware.graphics.allocator@2.0-impl \ 114 android.hardware.graphics.composer@2.1-impl \ 116 android.hardware.graphics.mapper@2.0-impl-2.1 \ 139 android.hardware.keymaster@3.0-impl \ 154 android.hardware.sensors@1.0-impl \ 156 android.hardware.contexthub@1.0-impl [all …]
|
/device/google/gs-common/audio/ |
D | hidl_gs201.mk | 6 android.hardware.audio@7.1-impl \ 7 android.hardware.audio.effect@7.0-impl \ 8 android.hardware.soundtrigger@2.3-impl \ 9 vendor.google.whitechapel.audio.audioext@4.0-impl \ 10 android.hardware.bluetooth.audio-impl \
|
D | hidl_gs101.mk | 6 android.hardware.audio@7.1-impl \ 7 android.hardware.audio.effect@7.0-impl \ 8 android.hardware.bluetooth.audio-impl \ 9 android.hardware.soundtrigger@2.3-impl \ 10 vendor.google.whitechapel.audio.audioext@4.0-impl
|
D | hidl_zuma.mk | 6 android.hardware.audio@7.1-impl \ 7 android.hardware.audio.effect@7.0-impl \ 8 android.hardware.soundtrigger@2.3-impl \ 9 vendor.google.whitechapel.audio.audioext@4.0-impl \ 10 android.hardware.bluetooth.audio-impl \
|
/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/generic/goldfish/fvpbase/ |
D | fvp.mk | 49 android.hardware.audio@6.0-impl:32 \ 50 android.hardware.audio.effect@6.0-impl:32 \ 54 android.hardware.drm@1.0-impl \ 58 android.hardware.graphics.allocator@2.0-impl \ 60 android.hardware.graphics.mapper@2.0-impl \ 65 android.hardware.keymaster@4.0-impl \
|
/device/linaro/dragonboard/ |
D | full.mk | 89 android.hardware.audio@7.0-impl \ 90 android.hardware.audio.effect@7.0-impl \ 91 android.hardware.soundtrigger@2.3-impl \ 92 android.hardware.bluetooth.audio@2.0-impl 102 android.hardware.bluetooth.audio-impl \ 146 android.hardware.camera.provider@2.4-impl \ 156 android.hardware.keymaster@3.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/google/lynx/bluetooth/ |
D | qti_default.mk | 84 PRODUCT_PACKAGES += android.hardware.bluetooth@1.1-impl-qti 86 PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-impl-qti 90 PRODUCT_PACKAGES += hardware.google.bluetooth.sar@1.1-impl 92 PRODUCT_PACKAGES += hardware.google.bluetooth.sar@1.0-impl 96 hardware.google.bluetooth.bt_channel_avoidance@1.0-impl \
|
/device/google/sunfish/ |
D | device.mk | 390 android.hardware.graphics.mapper@3.0-impl-qti-display \ 391 android.hardware.graphics.mapper@4.0-impl-qti-display \ 396 android.hardware.renderscript@1.0-impl 406 android.hardware.memtrack@1.0-impl \ 411 android.hardware.bluetooth@1.0-impl-qti \ 416 hardware.google.bluetooth.sar@1.0-impl 422 hardware.google.bluetooth.bt_channel_avoidance@1.0-impl 466 android.hardware.health@2.1-impl-sunfish \ 517 android.hardware.camera.provider@2.7-impl-google \ 553 android.hardware.boot@1.2-impl-pixel-legacy \ [all …]
|
/device/google/redbull/ |
D | device-common.mk | 392 android.hardware.renderscript@1.0-impl 401 android.hardware.memtrack@1.0-impl \ 406 android.hardware.bluetooth@1.0-impl-qti \ 411 hardware.google.bluetooth.sar@1.0-impl 417 hardware.google.bluetooth.bt_channel_avoidance@1.0-impl 454 android.hardware.health@2.1-impl-redbull \ 508 android.hardware.camera.provider@2.7-impl-google \ 529 android.hardware.boot@1.2-impl-pixel-legacy \ 530 android.hardware.boot@1.2-impl-pixel-legacy.recovery \ 541 android.hardware.gnss@2.1-impl-qti \ [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/google/zumapro/powerstats/ |
D | Android.bp | 34 name: "android.hardware.power.stats-impl.zumapro", 44 "android.hardware.power.stats-impl.gs-common", 45 "android.hardware.power.stats-impl.pixel",
|