Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 8 of 8) sorted by relevance

/hardware/ril/include/telephony/
Dril_cdma_sms.h165 unsigned char selected; member
Dril.h838 unsigned char selected; member
/hardware/ril/libril/
Dril.cpp1422 gsmBci[i].selected = (uint8_t) t; in dispatchGsmBrSmsCnf()
1428 gsmBci[i].selected); in dispatchGsmBrSmsCnf()
1480 cdmaBci[i].selected = (uint8_t) t; in dispatchCdmaBrSmsCnf()
1484 cdmaBci[i].language, cdmaBci[i].selected); in dispatchCdmaBrSmsCnf()
3465 p.writeInt32(p_cur[i]->selected); in responseGsmBrSmsCnf()
3471 p_cur[i]->selected); in responseGsmBrSmsCnf()
3489 p.writeInt32(p_cur[i]->selected); in responseCdmaBrSmsCnf()
3494 p_cur[i]->selected); in responseCdmaBrSmsCnf()
/hardware/ril/reference-ril/
Dril.h838 unsigned char selected; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME210 end up in your selected build directory (selected in the Xcode
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template1212 # So in most cases it will be better to enable call graphs for selected
1220 # So in most cases it will be better to enable caller graphs for selected
/hardware/intel/common/libva/doc/
DDoxyfile1587 # for selected functions only using the \callgraph command.
1595 # graphs for selected functions only using the \callergraph command.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc726 const int selected = begin + random->Generate(range_width); in ShuffleRange() local
727 std::swap((*v)[selected], (*v)[last_in_range]); in ShuffleRange()