OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:psvc
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/drivers/
ndis_events.c
28
IWbemServices *
pSvc
;
44
IWbemServices *
pSvc
, LPCWSTR strQueryLanguage, LPCWSTR strQuery,
53
hr = IWbemServices_ExecQuery(
pSvc
, bsQueryLanguage, bsQuery, lFlags,
64
IWbemServices *
pSvc
, LPCWSTR strQueryLanguage, LPCWSTR strQuery,
73
hr = IWbemServices_ExecNotificationQueryAsync(
pSvc
, bsQueryLanguage,
146
IWbemServices_Release(events->
pSvc
);
395
IWbemServices *
pSvc
, const char *class_name)
404
pSvc
, L"WQL", query, 0, 0, pDestSink);
417
IWbemServices *
pSvc
)
430
if (notification_query(pDestSink,
pSvc
, class_list[i]) < 0
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java
327
PkgService
psvc
= null;
local
332
if (
psvc
== null) {
333
psvc
= pkgServices.get(pkg);
334
if (
psvc
== null) {
335
psvc
= new PkgService();
336
pkgServices.put(pkg,
psvc
);
337
pkgList.add(
psvc
);
340
psvc
.mServices.add(pent);
341
psvc
.mDuration += pent.mDuration;
/frameworks/base/services/core/java/com/android/server/am/
ProcessList.java
355
return buildOomTag("
psvc
", null, setAdj, ProcessList.PERSISTENT_SERVICE_ADJ);
[
all
...]
/docs/source.android.com/src/source/
read-bug-reports.jd
[
all
...]
Completed in 5628 milliseconds