Home
last modified time | relevance | path

Searched defs:is_notification (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/utility/include/
Dutility.hpp75 static inline bool is_notification(byte_t _type) { in is_notification() function in vsomeip_v3::utility
79 static inline bool is_notification(message_type_e _type) { in is_notification() function in vsomeip_v3::utility
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/
Dhas_journal.h36 bool is_operation : 1, is_notification : 1, is_features_change : 1, is_active_preset_change : 1; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc326 bool is_notification) { in OnCharacteristicValueChanged()
467 bool is_notification) { in OnVolumeControlStateReadOrNotified()
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_impl.cpp758 bool is_notification = utility::is_notification(_data[VSOMEIP_MESSAGE_TYPE_POS]); in send() local