Searched refs:Notification (Results 1 – 4 of 4) sorted by relevance
/system/bt/profile/avrcp/ |
D | device.h | 304 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);
|
D | device.cc | 273 avail_players_changed_ = Notification(true, label); in HandleNotification() 291 uids_changed_ = Notification(true, label); in HandleNotification() 414 track_changed_ = Notification(true, label); in TrackChangedNotificationResponse() 446 track_changed_ = Notification(false, 0); in TrackChangedNotificationResponse() 456 play_status_changed_ = Notification(true, label); in PlaybackStatusNotificationResponse() 480 play_status_changed_ = Notification(false, 0); in PlaybackStatusNotificationResponse() 489 play_pos_changed_ = Notification(true, label); in PlaybackPosNotificationResponse() 510 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse() 535 addr_player_changed_ = Notification(true, label); in AddressedPlayerNotificationResponse() 554 addr_player_changed_ = Notification(false, 0); in AddressedPlayerNotificationResponse() [all …]
|
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingService.java | 19 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/ |
D | host_messages.fbs | 227 /// Notification from CHRE that it no longer needs direct access to low-power
|