OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_channel
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluez/test/
rctest.c
94
static uint8_t
get_channel
(const char *svr, uint16_t uuid)
function
146
channel =
get_channel
(svr, uuid);
/external/sonivox/arm-fm-22k/lib_src/
eas_synth.h
192
#define
GET_CHANNEL
(a) ((a) & 15)
eas_voicemgt.c
207
pool = pSynth->channels[
GET_CHANNEL
(pVoice->nextChannel)].pool;
212
pool = pSynth->channels[
GET_CHANNEL
(pVoice->channel)].pool;
240
pool = pSynth->channels[
GET_CHANNEL
(pVoice->nextChannel)].pool;
245
pool = pSynth->channels[
GET_CHANNEL
(pVoice->channel)].pool;
753
channel =
GET_CHANNEL
(pVoiceMgr->voices[i].channel);
758
channel =
GET_CHANNEL
(pVoiceMgr->voices[i].nextChannel);
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h
192
#define
GET_CHANNEL
(a) ((a) & 15)
eas_voicemgt.c
207
pool = pSynth->channels[
GET_CHANNEL
(pVoice->nextChannel)].pool;
212
pool = pSynth->channels[
GET_CHANNEL
(pVoice->channel)].pool;
240
pool = pSynth->channels[
GET_CHANNEL
(pVoice->nextChannel)].pool;
245
pool = pSynth->channels[
GET_CHANNEL
(pVoice->channel)].pool;
753
channel =
GET_CHANNEL
(pVoiceMgr->voices[i].channel);
758
channel =
GET_CHANNEL
(pVoiceMgr->voices[i].nextChannel);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_synth.h
192
#define
GET_CHANNEL
(a) ((a) & 15)
eas_voicemgt.c
207
pool = pSynth->channels[
GET_CHANNEL
(pVoice->nextChannel)].pool;
212
pool = pSynth->channels[
GET_CHANNEL
(pVoice->channel)].pool;
240
pool = pSynth->channels[
GET_CHANNEL
(pVoice->nextChannel)].pool;
245
pool = pSynth->channels[
GET_CHANNEL
(pVoice->channel)].pool;
753
channel =
GET_CHANNEL
(pVoiceMgr->voices[i].channel);
758
channel =
GET_CHANNEL
(pVoiceMgr->voices[i].nextChannel);
[
all
...]
Completed in 272 milliseconds