Home
last modified time | relevance | path

Searched refs:is_primary (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/components/data_reduction_proxy/browser/
Ddata_reduction_proxy_usage_stats.cc41 bool is_primary, in RecordDataReductionProxyBypassOnNetworkError() argument
44 if (is_primary) { in RecordDataReductionProxyBypassOnNetworkError()
59 bool is_primary, in RecordDataReductionProxyBypassInfo() argument
64 if (is_primary) { in RecordDataReductionProxyBypassInfo()
72 if (is_primary) { in RecordDataReductionProxyBypassInfo()
84 bool is_primary, in DetectAndRecordMissingViaHeaderResponseCode() argument
91 if (is_primary) { in DetectAndRecordMissingViaHeaderResponseCode()
Ddata_reduction_proxy_usage_stats.h33 bool is_primary,
42 bool is_primary,
Ddata_reduction_proxy_usage_stats_unittest.cc240 bool is_primary; in TEST_F() member
306 test_cases[i].is_primary, headers.get()); in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dshared_options_browsertest.cc115 bool is_primary) { in CheckOptionsUI() argument
127 CheckBanner(contents, is_primary); in CheckOptionsUI()
128 CheckSharedSections(contents, is_primary); in CheckOptionsUI()
199 bool is_primary) { in CheckBanner() argument
206 EXPECT_EQ(!is_primary, banner_visible); in CheckBanner()
211 bool is_primary) { in CheckSharedSections() argument
225 EXPECT_EQ(!is_primary ? "shared" : std::string(), controlled_by); in CheckSharedSections()
/external/chromium_org/chrome/browser/extensions/
Ddisplay_info_provider_chromeos.cc183 bool is_primary = display.id() == primary_display_id || in ValidateParamsForDisplay() local
184 (info.is_primary && *info.is_primary); in ValidateParamsForDisplay()
206 (info.is_primary || info.bounds_origin_x || info.bounds_origin_y || in ValidateParamsForDisplay()
217 if (is_primary) { in ValidateParamsForDisplay()
318 if (info.is_primary && *info.is_primary && target.id() != primary.id()) in SetInfo()
Ddisplay_info_provider_chromeos_unittest.cc85 EXPECT_TRUE(result[0]->is_primary); in TEST_F()
103 EXPECT_FALSE(result[1]->is_primary); in TEST_F()
626 info.is_primary.reset(new bool(true)); in TEST_F()
693 info.is_primary.reset(new bool(true)); in TEST_F()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_gatt_service.cc18 bool is_primary, in MockBluetoothGattService() argument
23 ON_CALL(*this, IsPrimary()).WillByDefault(Return(is_primary)); in MockBluetoothGattService()
Dmock_bluetooth_gatt_service.h25 bool is_primary,
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c120 p_dest->is_primary = p_src->is_primary; in btif_to_bta_srvc_id()
211 p_dest->is_primary = p_src->is_primary; in bta_to_btif_srvc_id()
Dbtif_gatt_server.c217 srvc_id.is_primary = p_data->create.is_primary; in btapp_gatts_handle_cback()
450 srvc_id.is_primary); in btgatts_handle_event()
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c119 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); in bta_gattc_display_explore_record()
298 BOOLEAN is_primary, UINT8 srvc_inst) in bta_gattc_add_srvc_to_cache() argument
318 p_new_srvc->service_uuid.is_primary = is_primary; in bta_gattc_add_srvc_to_cache()
592 p_rec->is_primary, in bta_gattc_explore_srvc()
737 tBT_UUID uuid, BOOLEAN is_primary) in bta_gattc_add_srvc_to_list() argument
753 p_rec->is_primary = is_primary; in bta_gattc_add_srvc_to_list()
1520 p_attr->is_primary, in bta_gattc_rebuild_cache()
1550 BOOLEAN is_primary) in bta_gattc_fill_nv_attr() argument
1555 p_attr->is_primary = is_primary; in bta_gattc_fill_nv_attr()
1590 p_cur_srvc->service_uuid.is_primary); in bta_gattc_cache_save()
Dbta_gattc_api.c498 (void *)&p_result->incl_svc_id.is_primary)) in BTA_GATTC_GetFirstIncludedService()
540 (void *)&p_result->incl_svc_id.is_primary)) in BTA_GATTC_GetNextIncludedService()
933 … p_clreg->notif_reg[i].char_id.srvc_id.is_primary = p_char_id->srvc_id.is_primary; in BTA_GATTC_RegisterForNotifications()
Dbta_gatts_api.c158 UINT16 num_handle, BOOLEAN is_primary) in BTA_GATTS_CreateService() argument
170 p_buf->is_pri = is_primary; in BTA_GATTS_CreateService()
Dbta_gattc_utils.c532 if (p_src->is_primary == p_tar->is_primary && in bta_gattc_srvcid_compare()
/external/chromium_org/device/bluetooth/
Dbluetooth_gatt_service.cc20 bool is_primary, in Create() argument
Dbluetooth_gatt_service.h142 bool is_primary,
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h209 BOOLEAN is_primary; member
280 BOOLEAN is_primary; /* used when attribute type is service */ member
495 BOOLEAN is_primary; /* primary service or secondary */ member
559 BOOLEAN is_primary; member
1201 UINT8 inst, UINT16 num_handle, BOOLEAN is_primary);
/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config_test.cc118 const bool is_primary = static_cast<bool>(va_arg(ap, int)); in CheckConfigs() local
119 expected.push_back(make_pair(server_config_id, is_primary)); in CheckConfigs()
135 if (i->first == j->first && i->second->is_primary == j->second) { in CheckConfigs()
162 if (config->is_primary) { in ConfigsDebug()
Dquic_crypto_server_config.cc873 primary_config_->is_primary = false; in SelectNewPrimaryConfig()
876 new_primary->is_primary = true; in SelectNewPrimaryConfig()
892 primary_config_->is_primary = false; in SelectNewPrimaryConfig()
895 new_primary->is_primary = true; in SelectNewPrimaryConfig()
1561 is_primary(false), in Config()
Dquic_crypto_server_config.h329 bool is_primary; variable
/external/chromium_org/extensions/browser/api/system_display/
Ddisplay_info_provider.cc43 unit->is_primary = (display.id() == primary_display_id); in CreateDisplayUnitInfo()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c462 if (p_srv->is_primary) in gatt_update_last_pri_srv_info()
479 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary) in gatts_update_srv_list_elem() argument
486 gatt_cb.srv_list[i_sreg].is_primary = is_primary; in gatts_update_srv_list_elem()
1361 …p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC… in gatt_sr_alloc_rcb()
Dgatt_api.c215 p_list->asgn_range.is_primary = is_pri; in GATTS_CreateService()
259 p_list->asgn_range.is_primary); in GATTS_CreateService()
525 p_list->asgn_range.is_primary); in GATTS_StartService()
Dgatt_int.h339 BOOLEAN is_primary; member
707 extern void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary);
/external/chromium_org/chrome/browser/extensions/api/system_display/
Dsystem_display_apitest.cc153 unit->is_primary = id == 0 ? true : false; in UpdateDisplayUnitInfoForPlatform()

12