HomeSort by: relevance | last modified time | path
    Searched defs:alloc_config (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 235 static uint8_t alloc_config[2]; variable in typeref:typename:uint8_t[2]
280 alloc_config[0] = alloc_method;
292 alloc_config[o++] = ALLOC_ANY;
295 alloc_config[o++] = ALLOC_SNR;
298 alloc_config[o++] = ALLOC_LOUDNESS;
510 alloc_method |= alloc_config[j];
bta2dpd.c 235 static uint8_t alloc_config[2]; variable in typeref:typename:uint8_t[2]
280 alloc_config[0] = alloc_method;
292 alloc_config[o++] = ALLOC_ANY;
295 alloc_config[o++] = ALLOC_SNR;
298 alloc_config[o++] = ALLOC_LOUDNESS;
510 alloc_method |= alloc_config[j];

Completed in 23 milliseconds