Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_interface.cc32 struct CodecInterface::Impl { struct in bluetooth::le_audio::CodecInterface
33 Impl(const types::LeAudioCodecId& codec_id) : codec_id_(codec_id) {} in Impl() argument
34 ~Impl() { Cleanup(); } in ~Impl()
36 bool IsReady() { return pcm_config_.has_value(); }; in IsReady()
38 CodecInterface::Status InitEncoder( in InitEncoder()
71 CodecInterface::Status InitDecoder( in InitDecoder()
109 std::vector<int16_t>& GetDecodedSamples() { return output_channel_data_; } in GetDecodedSamples()
110 CodecInterface::Status Decode(uint8_t* data, uint16_t size) { in Decode()
134 CodecInterface::Status Encode(const uint8_t* data, int stride, in Encode()
180 void Cleanup() { in Cleanup()
[all …]
Dmock_codec_interface.cc21 struct CodecInterface::Impl : public MockCodecInterface { struct in bluetooth::le_audio::CodecInterface
23 Impl(const types::LeAudioCodecId& codec_id) { in Impl() function
28 std::vector<int16_t>& GetDecodedSamples() { return output_channel_data_; } in GetDecodedSamples()
29 std::vector<int16_t> output_channel_data_;
/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native.cc66 struct WakelockNative::Impl { struct in bluetooth::os::internal::WakelockNative
67 Impl() : suspend_death_recipient(AIBinder_DeathRecipient_new(onSuspendDeath)) {} in Impl() function
69 std::function<void(void)> onDeath = [this] { in __anonb1396f540102()
74 std::shared_ptr<ISystemSuspend> suspend_service = nullptr;
75 std::shared_ptr<IWakeLock> current_wakelock = nullptr;
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/taskstack/
DTaskStackChangeListeners.java78 private static class Impl extends TaskStackListener { class in TaskStackChangeListeners
85 Impl(Executor executor) { in Impl() method in TaskStackChangeListeners.Impl
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DSettingsStorageService.java72 public static class Impl extends IntentService { class in SettingsStorageService
74 public Impl() { in Impl() method in SettingsStorageService.Impl
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dwakelock_native.cc31 struct WakelockNative::Impl {}; struct in bluetooth::os::internal::WakelockNative
/packages/modules/Bluetooth/system/gd/os/linux/
Dwakelock_native.cc31 struct WakelockNative::Impl {}; struct in bluetooth::os::internal::WakelockNative
/packages/modules/Bluetooth/system/gd/os/host/
Dwakelock_native.cc31 struct WakelockNative::Impl {}; struct in bluetooth::os::internal::WakelockNative
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java41 public static final class Impl implements BaseColumns { class in Downloads
42 private Impl() {} in Impl() method in Downloads.Impl