Searched refs:UINT8_MAX (Results 1 – 20 of 20) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_parser.cc | 398 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()
|
D | storage_helper_test.cc | 27 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
D | le_audio_health_status_test.cc | 75 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
D | devices_test.cc | 96 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
D | le_audio_client_test.cc | 2960 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
D | FormatSpec.java | 243 static final int UINT8_MAX = 0xFF; field in FormatSpec
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | att_protocol.cc | 353 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/ |
D | le_advertising_manager_facade.cc | 96 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/ |
D | UVCProvider.cpp | 387 FormatTriplet maxFormatTriplet(/*formatIndex*/ UINT8_MAX, in processSetupStreamingEvent() 388 /*frameSizeIndex*/ UINT8_MAX, in processSetupStreamingEvent()
|
/packages/modules/Bluetooth/system/bta/groups/ |
D | groups_test.cc | 45 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictEncoderUtils.java | 157 } else if (Math.abs(address) <= FormatSpec.UINT8_MAX) { in getByteSize()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | devices_test.cc | 46 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
D | vc_test.cc | 60 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 127 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | le_advertiser.cc | 965 std::array<bool, UINT8_MAX> used_advertising_handles{}; in LeSetExtendedAdvertisingEnable()
|
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | config_update_utils.cpp | 1237 if (config.package_certificate_hash_size_bytes() > UINT8_MAX) { in updateStatsdConfig()
|
D | metrics_manager_util.cpp | 1832 if (config.package_certificate_hash_size_bytes() > UINT8_MAX) { in initStatsdConfig()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 81 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 2195 /* includeInstaller */ true, /* certificateHashSize */ UINT8_MAX, in getPackageInfoSnapshot()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 84 EXPECT_LT(index, UINT8_MAX); in GetTestAddress()
|