Home
last modified time | relevance | path

Searched refs:Notification (Results 1 – 4 of 4) sorted by relevance

/system/bt/profile/avrcp/
Ddevice.h304 using Notification = std::pair<bool, uint8_t>; variable
305 Notification track_changed_ = Notification(false, 0);
306 Notification play_status_changed_ = Notification(false, 0);
307 Notification play_pos_changed_ = Notification(false, 0);
308 Notification now_playing_changed_ = Notification(false, 0);
309 Notification addr_player_changed_ = Notification(false, 0);
310 Notification avail_players_changed_ = Notification(false, 0);
311 Notification uids_changed_ = Notification(false, 0);
Ddevice.cc286 avail_players_changed_ = Notification(true, label); in HandleNotification()
304 uids_changed_ = Notification(true, label); in HandleNotification()
417 track_changed_ = Notification(true, label); in TrackChangedNotificationResponse()
449 track_changed_ = Notification(false, 0); in TrackChangedNotificationResponse()
459 play_status_changed_ = Notification(true, label); in PlaybackStatusNotificationResponse()
483 play_status_changed_ = Notification(false, 0); in PlaybackStatusNotificationResponse()
492 play_pos_changed_ = Notification(true, label); in PlaybackPosNotificationResponse()
513 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse()
538 addr_player_changed_ = Notification(true, label); in AddressedPlayerNotificationResponse()
557 addr_player_changed_ = Notification(false, 0); in AddressedPlayerNotificationResponse()
[all …]
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
DWritingService.java19 import android.app.Notification;
116 Notification notification = in onBind()
117 new Notification.Builder(this, NotificationChannel.DEFAULT_CHANNEL_ID) in onBind()
/system/chre/platform/shared/idl/
Dhost_messages.fbs227 /// Notification from CHRE that it no longer needs direct access to low-power