Searched defs:on_demand (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcrx_update_item.h90 bool on_demand; member in struct:component_updater::CrxUpdateItem
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc291 base::win::ScopedComPtr<IGoogleUpdate> on_demand; local
296 hr = on_demand.CreateInstance(CLSID_OnDemandUserAppsClass);
302 hr = on_demand.CreateInstance(CLSID_OnDemandMachineAppsClass);
306 reinterpret_cast<void**>(on_demand.Receive()));
328 hr = on_demand->CheckForUpdate(app_guid.c_str(), job_observer);
330 hr = on_demand->Update(app_guid.c_str(), job_observer);
387 on_demand = NULL;
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c502 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand) argument
517 if ((value == p_scb->call_ind) && (on_demand == FALSE))
523 if ((id == BTA_AG_IND_CALLSETUP) && (on_demand == FALSE))
531 if ((id == BTA_AG_IND_SERVICE) && (on_demand == FALSE))
538 if ((id == BTA_AG_IND_SIGNAL) && (on_demand == FALSE))
545 if ((id == BTA_AG_IND_ROAM) && (on_demand == FALSE))
552 if ((id == BTA_AG_IND_BATTCHG) && (on_demand == FALSE))
560 if ((id == BTA_AG_IND_CALLHELD) && (on_demand == FALSE))

Completed in 130 milliseconds