OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_demand
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/google/
google_update.cc
297
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/
bta_ag_cmd.c
499
static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN
on_demand
)
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))
[
all
...]
Completed in 30 milliseconds