Lines Matching refs:util

586   android::util::BytesField bytes_field(  in LogLinkLayerConnectionEvent()
589 int ret = android::util::stats_write( in LogLinkLayerConnectionEvent()
590 android::util::BLUETOOTH_LINK_LAYER_CONNECTION_EVENT, bytes_field, in LogLinkLayerConnectionEvent()
605 android::util::stats_write(android::util::BLUETOOTH_HCI_TIMEOUT_REPORTED, in LogHciTimeoutEvent()
615 int ret = android::util::stats_write( in LogRemoteVersionInfo()
616 android::util::BLUETOOTH_REMOTE_VERSION_INFO_REPORTED, handle, status, in LogRemoteVersionInfo()
636 android::util::BytesField bytes_field( in LogA2dpAudioUnderrunEvent()
640 int ret = android::util::stats_write( in LogA2dpAudioUnderrunEvent()
641 android::util::BLUETOOTH_A2DP_AUDIO_UNDERRUN_REPORTED, bytes_field, in LogA2dpAudioUnderrunEvent()
663 android::util::BytesField bytes_field( in LogA2dpAudioOverrunEvent()
667 int ret = android::util::stats_write( in LogA2dpAudioOverrunEvent()
668 android::util::BLUETOOTH_A2DP_AUDIO_OVERRUN_REPORTED, bytes_field, in LogA2dpAudioOverrunEvent()
690 android::util::BytesField bytes_field( in LogReadRssiResult()
693 int ret = android::util::stats_write( in LogReadRssiResult()
694 android::util::BLUETOOTH_DEVICE_RSSI_REPORTED, bytes_field, handle, in LogReadRssiResult()
713 android::util::BytesField bytes_field( in LogReadFailedContactCounterResult()
716 int ret = android::util::stats_write( in LogReadFailedContactCounterResult()
717 android::util::BLUETOOTH_DEVICE_FAILED_CONTACT_COUNTER_REPORTED, in LogReadFailedContactCounterResult()
737 android::util::BytesField bytes_field( in LogReadTxPowerLevelResult()
740 int ret = android::util::stats_write( in LogReadTxPowerLevelResult()
741 android::util::BLUETOOTH_DEVICE_TX_POWER_LEVEL_REPORTED, bytes_field, in LogReadTxPowerLevelResult()
761 android::util::BytesField obfuscated_id_field( in LogSmpPairingEvent()
764 int ret = android::util::stats_write( in LogSmpPairingEvent()
765 android::util::BLUETOOTH_SMP_PAIRING_EVENT_REPORTED, obfuscated_id_field, in LogSmpPairingEvent()
784 android::util::BytesField obfuscated_id_field( in LogClassicPairingEvent()
787 int ret = android::util::stats_write( in LogClassicPairingEvent()
788 android::util::BLUETOOTH_CLASSIC_PAIRING_EVENT_REPORTED, in LogClassicPairingEvent()
808 android::util::BytesField obfuscated_id_field( in LogSdpAttribute()
811 android::util::BytesField attribute_field(attribute_value, attribute_size); in LogSdpAttribute()
812 int ret = android::util::stats_write( in LogSdpAttribute()
813 android::util::BLUETOOTH_SDP_ATTRIBUTE_REPORTED, obfuscated_id_field, in LogSdpAttribute()
834 android::util::BytesField obfuscated_id_field( in LogSocketConnectionState()
837 int ret = android::util::stats_write( in LogSocketConnectionState()
838 android::util::BLUETOOTH_SOCKET_CONNECTION_STATE_CHANGED, in LogSocketConnectionState()
864 android::util::BytesField obfuscated_id_field( in LogManufacturerInfo()
867 int ret = android::util::stats_write( in LogManufacturerInfo()
868 android::util::BLUETOOTH_DEVICE_INFO_REPORTED, obfuscated_id_field, in LogManufacturerInfo()