Searched defs:Impl (Results 1 – 9 of 9) sorted by relevance
32 struct CodecInterface::Impl { struct in bluetooth::le_audio::CodecInterface33 Impl(const types::LeAudioCodecId& codec_id) : codec_id_(codec_id) {} in Impl() argument34 ~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 …]
21 struct CodecInterface::Impl : public MockCodecInterface { struct in bluetooth::le_audio::CodecInterface23 Impl(const types::LeAudioCodecId& codec_id) { in Impl() function28 std::vector<int16_t>& GetDecodedSamples() { return output_channel_data_; } in GetDecodedSamples()29 std::vector<int16_t> output_channel_data_;
66 struct WakelockNative::Impl { struct in bluetooth::os::internal::WakelockNative67 Impl() : suspend_death_recipient(AIBinder_DeathRecipient_new(onSuspendDeath)) {} in Impl() function69 std::function<void(void)> onDeath = [this] { in __anonb1396f540102()74 std::shared_ptr<ISystemSuspend> suspend_service = nullptr;75 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
31 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