Home
last modified time | relevance | path

Searched defs:subgroup (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/unit/src/com/android/settingslib/bluetooth/
H A DBluetoothLeBroadcastMetadataExtTest.kt36 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply { regex
74 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply { regex
125 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply { regex
/aosp14/system/core/libprocessgroup/
H A Dsched_policy.cpp157 static int getCGroupSubsys(int tid, const char* subsys, std::string& subgroup) { in getCGroupSubsys()
H A Dtask_profiles.cpp140 std::string subgroup; in GetPathForTask() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothLeBroadcast.java470 List<BluetoothLeBroadcastSubgroup> subgroup = bluetoothLeBroadcastMetadata.getSubgroups(); in updateBroadcastInfoFromBroadcastMetadata() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVcnManagementService.java1155 @NonNull VcnStatusCallbackInfo cbInfo, @NonNull ParcelUuid subgroup) { in isCallbackPermissioned()