/external/chromium/chrome/browser/chromeos/cros/ |
mount_library.cc | 261 bool is_new = true; local 267 is_new = false; 313 FireDiskStatusUpdate(is_new ? MOUNT_DISK_ADDED : MOUNT_DISK_CHANGED,
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 1372 uint8_t is_new = 1; local [all...] |
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 420 bool is_new = true; local 425 is_new = false; 447 NotifyDiskStatusUpdate(is_new ? DISK_ADDED : DISK_CHANGED, disk);
|
/external/chromium_org/extensions/browser/ |
event_router.cc | 244 bool is_new = listeners_.AddListener(listener.Pass()); local 246 if (is_new) {
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set.cc | 690 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, local 692 if (is_new) { 706 if (is_new) { \ 726 if (is_new) { 772 bool is_new = MaybeNewExtension(iter->first, local 775 if (is_new) [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.cc | 588 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, local 590 if (is_new) { 602 if (is_new) { \ 622 if (is_new) { [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_inq.c | 2082 BOOLEAN is_new = TRUE; local [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 59 static void bta_dm_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new); 3360 BOOLEAN is_new = p_data->acl_change.is_new; local [all...] |
bta_dm_int.h | 364 BOOLEAN is_new; member in struct:__anon181
|