Searched defs:idType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dicon_util.h165 WORD idType; member in struct:IconUtil::ICONDIR
187 WORD idType; member in struct:IconUtil::GRPICONDIR
204 // image. This value is set in the |idType| field of the ICONDIR structure.
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c136 int idType; local
141 //idType= (buffer->st_uid== BT_UID) ? 1 : (buffer->st_uid== BT_GID) ? 2 : 3;
143 idType = 1;
148 idType = 2;
149 else idType = 3;
162 if(idType== 1) { //Id is User Id
166 else if(idType==2) { //Id is Group Id
177 if(idType== 1) { //Id is User Id
181 else if(idType==2) { //Id is Group Id

Completed in 753 milliseconds