Searched refs:channelName (Results 1 – 3 of 3) sorted by relevance
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerNotificationManager.java | 404 @StringRes int channelName, in createWithNotificationChannel() argument 410 channelName, in createWithNotificationChannel() 440 @StringRes int channelName, in createWithNotificationChannel() argument 445 context, channelId, channelName, channelDescription, NotificationUtil.IMPORTANCE_LOW); in createWithNotificationChannel() 458 @StringRes int channelName, in createWithNotificationChannel() argument 465 channelName, in createWithNotificationChannel() 490 @StringRes int channelName, in createWithNotificationChannel() argument 496 context, channelId, channelName, channelDescription, NotificationUtil.IMPORTANCE_LOW); in createWithNotificationChannel()
|
/external/libiio/src/bindings/matlab/ |
D | iio_sys_obj_matlab.m | 186 function ret = getInChannel(obj, channelName) 188 ret = obj.in_ch_no + find(strcmp(obj.iio_dev_cfg.in_ch_names, channelName)); 191 function ret = getOutChannel(obj, channelName) 193 ret = obj.out_ch_no + find(strcmp(obj.iio_dev_cfg.out_ch_names, channelName));
|
/external/adhd/scripts/mic_testing/frontend/ |
D | analysis.js | 304 channelName = ['L', 'R']; 308 cvsString += ',' + curveBuffer[i].filename + '_' + channelName[j];
|