Searched defs:Impl (Results 1 – 9 of 9) sorted by relevance
36 struct CodecInterface::Impl { struct in bluetooth::le_audio::CodecInterface37 Impl(const types::LeAudioCodecId& codec_id) : codec_id_(codec_id) {} in Impl() function38 ~Impl() { Cleanup(); } in ~Impl()40 bool IsReady() { return pcm_config_.has_value(); } in IsReady()42 CodecInterface::Status InitEncoder(const LeAudioCodecConfiguration& pcm_config, in InitEncoder()73 CodecInterface::Status InitDecoder(const LeAudioCodecConfiguration& codec_config, in InitDecoder()115 std::vector<int16_t>& GetDecodedSamples() { return output_channel_data_; } in GetDecodedSamples()116 CodecInterface::Status Decode(uint8_t* data, uint16_t size) { in Decode()140 CodecInterface::Status Encode(const uint8_t* data, int stride, uint16_t out_size, in Encode()184 void Cleanup() { in Cleanup()[all …]
25 struct CodecInterface::Impl : public MockCodecInterface { struct in bluetooth::le_audio::CodecInterface27 Impl(const types::LeAudioCodecId& /*codec_id*/) { output_channel_data_.resize(1); } in Impl() argument30 std::vector<int16_t>& GetDecodedSamples() { return output_channel_data_; } in GetDecodedSamples()31 std::vector<int16_t> output_channel_data_;
48 struct WakelockNative::Impl { struct in bluetooth::os::internal::WakelockNative49 Impl() : suspend_death_recipient(AIBinder_DeathRecipient_new(onSuspendDeath)) {} in Impl() function51 std::function<void(void)> onDeath = [this] { in __anoncbec5a8a0102()56 std::shared_ptr<ISystemSuspend> suspend_service = nullptr;57 std::shared_ptr<IWakeLock> current_wakelock = nullptr;
78 private static class Impl extends TaskStackListener { class in TaskStackChangeListeners85 Impl(Executor executor) { in Impl() method in TaskStackChangeListeners.Impl
72 public static class Impl extends IntentService { class in SettingsStorageService74 public Impl() { in Impl() method in SettingsStorageService.Impl
29 struct WakelockNative::Impl {}; struct in bluetooth::os::internal::WakelockNative
41 public static final class Impl implements BaseColumns { class in Downloads42 private Impl() {} in Impl() method in Downloads.Impl