Searched refs:isVoice (Results 1 - 7 of 7) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h180 char isVoice; /* nonzero if this is is a voice call */ member in struct:__anon146
/hardware/ril/mock-ril/src/cpp/
H A Dril.h180 char isVoice; /* nonzero if this is is a voice call */ member in struct:__anon271
H A Dresponses.cpp212 dstCall->isVoice = (char)srcCall.is_voice();
/hardware/ril/reference-ril/
H A Dril.h180 char isVoice; /* nonzero if this is is a voice call */ member in struct:__anon333
H A Dreference-ril.c278 p_call->isVoice = (mode == 0);
/hardware/ril/mock-ril/src/js/
H A Dsimulated_radio.js67 this.isVoice = true;
/hardware/ril/libril/
H A Dril.cpp1502 p.writeInt32(p_cur->isVoice);
1529 (p_cur->isVoice)?"voc":"nonvoc",

Completed in 883 milliseconds