Home
last modified time | relevance | path

Searched refs:UINT8_MAX (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.cc398 if (confs.size() > UINT8_MAX) { in PrepareAseCtpEnable()
409 if (conf.metadata.size() > UINT8_MAX) { in PrepareAseCtpEnable()
494 if (confs.size() > UINT8_MAX) { in PrepareAseCtpUpdateMetadata()
506 if (conf.metadata.size() > UINT8_MAX) { in PrepareAseCtpUpdateMetadata()
Dstorage_helper_test.cc27 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
Dle_audio_health_status_test.cc75 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
Ddevices_test.cc96 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
Dle_audio_client_test.cc2960 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java243 static final int UINT8_MAX = 0xFF; field in FormatSpec
/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc353 if (pair_len > UINT8_MAX) { in attp_build_value_cmd()
354 log::error("pair_len greater than {}", UINT8_MAX); in attp_build_value_cmd()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc96 if (config_proto.channel_map() > UINT8_MAX || config_proto.channel_map() < 0) { in AdvertisingConfigFromProto()
102 if (config_proto.tx_power() > UINT8_MAX || config_proto.tx_power() < 0) { in AdvertisingConfigFromProto()
/packages/services/DeviceAsWebcam/jni/
DUVCProvider.cpp387 FormatTriplet maxFormatTriplet(/*formatIndex*/ UINT8_MAX, in processSetupStreamingEvent()
388 /*frameSizeIndex*/ UINT8_MAX, in processSetupStreamingEvent()
/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc45 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictEncoderUtils.java157 } else if (Math.abs(address) <= FormatSpec.UINT8_MAX) { in getByteSize()
/packages/modules/Bluetooth/system/bta/vc/
Ddevices_test.cc46 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
Dvc_test.cc60 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc127 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dle_advertiser.cc965 std::array<bool, UINT8_MAX> used_advertising_handles{}; in LeSetExtendedAdvertisingEnable()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.cpp1237 if (config.package_certificate_hash_size_bytes() > UINT8_MAX) { in updateStatsdConfig()
Dmetrics_manager_util.cpp1832 if (config.package_certificate_hash_size_bytes() > UINT8_MAX) { in initStatsdConfig()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc81 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp2195 /* includeInstaller */ true, /* certificateHashSize */ UINT8_MAX, in getPackageInfoSnapshot()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc84 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()