Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native.cc65 struct WakelockNative::Impl { struct in bluetooth::os::internal::WakelockNative
66 Impl() : suspend_death_recipient(AIBinder_DeathRecipient_new(onSuspendDeath)) {} in Impl() function
68 std::function<void(void)> onDeath = [this] { in __anon9c8d1f190102()
73 std::shared_ptr<ISystemSuspend> suspend_service = nullptr;
74 std::shared_ptr<IWakeLock> current_wakelock = nullptr;
/packages/apps/Car/Launcher/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/linux/
Dwakelock_native.cc28 struct WakelockNative::Impl {}; struct in bluetooth::os::internal::WakelockNative
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dwakelock_native.cc29 struct WakelockNative::Impl {}; struct in bluetooth::os::internal::WakelockNative
/packages/modules/Bluetooth/system/gd/os/host/
Dwakelock_native.cc28 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