Searched refs:on_demand (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/google/
H A Dgoogle_update.cc297 base::win::ScopedComPtr<IGoogleUpdate> on_demand; local
302 hr = on_demand.CreateInstance(CLSID_OnDemandUserAppsClass);
308 hr = on_demand.CreateInstance(CLSID_OnDemandMachineAppsClass);
317 reinterpret_cast<void**>(on_demand.Receive()));
329 hr = on_demand->CheckForUpdate(app_guid.c_str(), job_observer);
331 hr = on_demand->Update(app_guid.c_str(), job_observer);
358 on_demand = NULL;
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c499 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand) argument
514 if ((value == p_scb->call_ind) && (on_demand == FALSE))
520 if ((id == BTA_AG_IND_CALLSETUP) && (on_demand == FALSE))
528 if ((id == BTA_AG_IND_SERVICE) && (on_demand == FALSE))
535 if ((id == BTA_AG_IND_SIGNAL) && (on_demand == FALSE))
542 if ((id == BTA_AG_IND_ROAM) && (on_demand == FALSE))
549 if ((id == BTA_AG_IND_BATTCHG) && (on_demand == FALSE))
557 if ((id == BTA_AG_IND_CALLHELD) && (on_demand == FALSE))

Completed in 62 milliseconds