Home
last modified time | relevance | path

Searched refs:group_flags (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_reloc_iterators.h57 const size_t group_flags = decoder.pop_front(); in for_all_packed_relocs() local
61 if (group_flags & RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG) { in for_all_packed_relocs()
64 if (group_flags & RELOCATION_GROUPED_BY_INFO_FLAG) { in for_all_packed_relocs()
69 const size_t group_flags_reloc = group_flags & (RELOCATION_GROUP_HAS_ADDEND_FLAG | in for_all_packed_relocs()
80 if (__predict_false(group_flags & RELOCATION_GROUP_HAS_ADDEND_FLAG)) { in for_all_packed_relocs()
87 if (group_flags & RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG) { in for_all_packed_relocs()
92 if ((group_flags & RELOCATION_GROUPED_BY_INFO_FLAG) == 0) { in for_all_packed_relocs()
/aosp12/system/bt/btif/src/
H A Dbtif_le_audio.cc51 uint8_t group_flags) override { in OnGroupStatus() argument
54 group_status, group_flags)); in OnGroupStatus()
/aosp12/system/bt/include/hardware/
H A Dbt_le_audio.h53 uint8_t group_flags) = 0;
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_le_audio.cpp73 uint8_t group_flags) override { in OnGroupStatus() argument
82 (jint)group_flags); in OnGroupStatus()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioService.java444 int group_flags = stackEvent.valueInt3; in messageFromNative() local