Lines Matching refs:hapticUri
63 registerSource(audioUri: string, hapticUri: string): Promise<number>
74 | hapticUri | string | Yes | URI of the haptic source. The suppor…
96 let hapticUri = 'data/hapticTest.json'; // Change it to the URI of the target haptic source.
99 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
135 let hapticUri = 'data/hapticTest.json'; // Change it to the URI of the target haptic source.
138 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
182 let hapticUri = 'data/hapticTest.json'; // Change it to the URI of the target haptic source.
185 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
228 let hapticUri = 'data/hapticTest.json'; // Change it to the URI of the target haptic source.
231 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
286 let hapticUri = 'data/hapticTest.json'; // Change it to the URI of the target haptic source.
289 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {