Searched refs:logDeviceAdded (Results 1 – 4 of 4) sorted by relevance
92 fun logDeviceAdded(address: String) = in logDeviceAdded() method in com.android.systemui.bluetooth.BluetoothLogger
348 mLogger.logDeviceAdded(cachedDevice.getAddress()); in onDeviceAdded()
1183 void logDeviceAdded(const std::string &cameraId, const std::string &reason);
497 logDeviceAdded(cameraId, "Device added"); in addStates()572 logDeviceAdded(cameraId, fmt::format("Device status changed from {} to {}", in onDeviceStatusChanged()613 logDeviceAdded(idCombo, fmt::format("Device status changed to {}", newStatus)); in onDeviceStatusChanged()3934 void CameraService::logDeviceAdded(const std::string &cameraId, const std::string &reason) { in logDeviceAdded() function in android::CameraService