/system/bt/bta/sys/ |
H A D | utl.c | 182 ** BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major, minor class 185 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class 186 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class 195 UINT8 minor, major; local 200 BTM_COD_MINOR_CLASS(minor, dev ); 206 minor = p_cod->minor & BTM_COD_MINOR_CLASS_MASK; 222 minor = p_cod->minor & BTM_COD_MINOR_CLASS_MASK; 229 minor [all...] |
/system/bt/bta/include/ |
H A D | utl.h | 47 UINT8 minor; member in struct:__anon504 129 ** BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major, minor class 132 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class 133 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
|
/system/vold/ |
H A D | Devmapper.cpp | 160 unsigned minor = (io->dev & 0xff) | ((io->dev >> 12) & 0xfff00); local 162 snprintf(ubuffer, len, "/dev/block/dm-%u", minor); 217 unsigned minor = (io->dev & 0xff) | ((io->dev >> 12) & 0xfff00); local 218 snprintf(ubuffer, len, "/dev/block/dm-%u", minor);
|
H A D | EmulatedVolume.cpp | 48 setId(StringPrintf("emulated:%u,%u", major(device), minor(device)));
|
H A D | PrivateVolume.cpp | 48 setId(StringPrintf("private:%u,%u", major(device), minor(device)));
|
H A D | Disk.cpp | 83 mId = StringPrintf("disk:%u,%u", major(device), minor(device)); 291 dev_t partDevice = makedev(major(mDevice), minor(mDevice) + i);
|
H A D | PublicVolume.cpp | 46 setId(StringPrintf("public:%u,%u", major(device), minor(device)));
|
H A D | VolumeManager.cpp | 292 int minor = atoi(evt->findParam("MINOR")); local 293 dev_t device = makedev(major, minor); 318 LOG(DEBUG) << "Disk at " << major << ":" << minor << " changed"; local
|
H A D | Utils.cpp | 75 << ":" << minor(dev) << " at " << path;
|
H A D | cryptfs.c | 796 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n", 1155 unsigned int minor; local 1181 minor = (io->dev & 0xff) | ((io->dev >> 12) & 0xfff00); 1182 snprintf(crypto_blk_name, MAXPATHLEN, "/dev/block/dm-%u", minor);
|
/system/core/init/ |
H A D | devices.cpp | 69 int minor; member in struct:uevent 233 int block, int major, int minor, 249 dev = makedev(major, minor); 364 uevent->minor = -1; 388 uevent->minor = atoi(msg); 408 uevent->firmware, uevent->major, uevent->minor); 525 const char *path, int block, int major, int minor, char **links) 530 make_device(devpath, path, block, major, minor, (const char **)links); 567 if((uevent->major < 0) || (uevent->minor < 0)) 604 uevent->major, uevent->minor, link 231 make_device(const char *path, const char * , int block, int major, int minor, const char **links) argument 524 handle_device(const char *action, const char *devpath, const char *path, int block, int major, int minor, char **links) argument [all...] |
/system/extras/showslab/ |
H A D | showslab.c | 65 unsigned int major, minor; local 78 if (sscanf(line, "slabinfo - version: %u.%u", &major, &minor) != 2) { 83 if (major != 2 || minor > 1) {
|
/system/core/sdcard/ |
H A D | sdcard.c | 1421 handler->token, req->major, req->minor, req->max_readahead, req->flags); 1428 if (req->major != FUSE_KERNEL_VERSION || req->minor < 6) { 1430 req->major, req->minor, FUSE_KERNEL_VERSION); 1435 out.minor = MIN(req->minor, 15); 1440 /* If the kernel only works on minor revs older than or equal to 22, 1443 if (req->minor <= 22) {
|
/system/core/toolbox/ |
H A D | ls.c | 299 major(s->st_rdev), minor(s->st_rdev),
|
/system/bt/stack/btm/ |
H A D | btm_inq.c | 161 UINT8 major, minor; local 266 BTM_COD_MINOR_CLASS(minor, p_cod ); 273 FIELDS_TO_COD(cod, minor, major, service_class);
|
H A D | btm_sec.c | 6076 UINT8 minor = (UINT8)(p_dev_rec->dev_class[2] & BTM_COD_MINOR_CLASS_MASK); local 6080 && ((minor == BTM_COD_MINOR_CONFM_HANDSFREE) || (minor == BTM_COD_MINOR_CAR_AUDIO)) ) 6083 __func__, major, minor);
|
/system/core/adb/ |
H A D | usb_linux.cpp | 283 major(st.st_rdev), minor(st.st_rdev));
|
/system/keymaster/ |
H A D | android_keymaster_test_utils.h | 207 keymaster_error_t GetVersion(uint8_t* major, uint8_t* minor, uint8_t* subminor);
|