Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/enrollment/
Dadtech_enrollment_data.csv1 enrollmentId,companyId,sdkNames,attributionSourceRegistrationUrl,attributionTriggerRegistrationUrl,…
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1443 BluetoothDevice device, String cmd, int companyId, int cmdType, Object[] args) { in handleVendorSpecificHeadsetEvent() argument
1445 () -> onVendorSpecificHeadsetEvent(device, cmd, companyId, cmdType, args)); in handleVendorSpecificHeadsetEvent()
1450 BluetoothDevice device, String cmd, int companyId, int cmdType, Object[] args) { in onVendorSpecificHeadsetEvent() argument
1455 if (companyId != BluetoothAssignedNumbers.PLANTRONICS in onVendorSpecificHeadsetEvent()
1456 && companyId != BluetoothAssignedNumbers.APPLE) { in onVendorSpecificHeadsetEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1830 int companyId, in broadcastVendorSpecificEventIntent() argument
1838 device, command, companyId, commandType, arguments); in broadcastVendorSpecificEventIntent()
1849 + Integer.toString(companyId)); in broadcastVendorSpecificEventIntent()
2322 Integer companyId = VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.get(command); in processVendorSpecificAt() local
2323 if (companyId == null) { in processVendorSpecificAt()
2341 command, companyId, BluetoothHeadset.AT_CMD_TYPE_SET, args, device); in processVendorSpecificAt()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils_unittest.cc151 .companyId = 0x0201, .opaqueValue = {0x03}}); in PrepareReferenceMetadata()
815 ASSERT_EQ(vendor_spec.companyId, in verifyMetadata()
Dle_audio_utils.cc280 aidl_vendor_data.companyId, aidl_vendor_data.opaqueValue); in GetStackMetadataFromAidlFormat()