Searched refs:newHapticUri (Results 1 – 2 of 2) sorted by relevance
281 string newHapticUri = ChangeHapticsUri(hapticUri); in RegisterSource() local283 int32_t sourceId = audioHapticManager_->RegisterSource(newAudioUri, newHapticUri); in RegisterSource()292 if (newHapticUri.find(fdHead) != std::string::npos) { in RegisterSource()293 int32_t fd = atoi(newHapticUri.substr(fdHead.size()).c_str()); in RegisterSource()
703 string newHapticUri = ChangeHapticsUri(hapticUri); in RegisterSource() local705 int32_t sourceId = audioHapticManager_->RegisterSource(newAudioUri, newHapticUri); in RegisterSource()714 if (newHapticUri.find(fdHead) != std::string::npos) { in RegisterSource()715 int32_t fd = atoi(newHapticUri.substr(fdHead.size()).c_str()); in RegisterSource()