Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmount_library.cc261 bool is_new = true; in OnGetDiskProperties() local
267 is_new = false; in OnGetDiskProperties()
313 FireDiskStatusUpdate(is_new ? MOUNT_DISK_ADDED : MOUNT_DISK_CHANGED, in OnGetDiskProperties()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c59 …m_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new);
3195 p_msg->is_new = FALSE; in bta_dm_bl_change_cback()
3200 p_msg->is_new = TRUE; in bta_dm_bl_change_cback()
3239 UINT8 *features, BOOLEAN is_new) in bta_dm_acl_change_cback() argument
3247 p_msg->is_new = is_new; in bta_dm_acl_change_cback()
3252 if ((features[0] == 0xFF) && !is_new) in bta_dm_acl_change_cback()
3340 BOOLEAN is_new = p_data->acl_change.is_new; in bta_dm_acl_change() local
3411 if(is_new) in bta_dm_acl_change()
Dbta_dm_int.h360 BOOLEAN is_new; member
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c1977 BOOLEAN is_new = TRUE; in btm_process_inq_results() local
2097 is_new = TRUE; in btm_process_inq_results()
2109 is_new = FALSE; in btm_process_inq_results()
2117 if (is_new == TRUE) in btm_process_inq_results()
2177 if (is_new || update) in btm_process_inq_results()
/external/protobuf/src/google/protobuf/
Dextension_set.cc588 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, in MergeFrom() local
590 if (is_new) { in MergeFrom()
602 if (is_new) { \ in MergeFrom()
622 if (is_new) { in MergeFrom()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h666 typedef void (tBTM_INQ_DB_CHANGE_CB) (void *p1, BOOLEAN is_new);
881 BOOLEAN is_new);