OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psn
(Results
1 - 7
of
7
) sorted by null
/development/simulator/app/
executablepath_darwin.cpp
23
ProcessSerialNumber
psn
;
local
24
GetCurrentProcess(&
psn
);
26
dict = ProcessInformationCopyDictionary(&
psn
, 0xffffffff);
/system/core/adb/
get_my_path_darwin.c
22
ProcessSerialNumber
psn
;
local
23
GetCurrentProcess(&
psn
);
25
dict = ProcessInformationCopyDictionary(&
psn
, 0xffffffff);
/system/core/fastboot/
util_osx.c
35
ProcessSerialNumber
psn
;
local
36
GetCurrentProcess(&
psn
);
38
dict = ProcessInformationCopyDictionary(&
psn
, 0xffffffff);
/external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm
167
ProcessSerialNumber
psn
;
168
GetCurrentProcess(&
psn
);
170
kr = _WKPHCheckInWithPluginHost(pluginHostPort, (uint8_t*)[data bytes], [data length], clientPort,
psn
.highLongOfPSN,
psn
.lowLongOfPSN, renderServerPort,
316
ProcessSerialNumber
psn
;
317
GetCurrentProcess(&
psn
);
318
SetFrontProcess(&
psn
);
NetscapePluginHostProxy.mm
276
ProcessSerialNumber
psn
;
277
GetCurrentProcess(&
psn
);
278
SetFrontProcess(&
psn
);
[
all
...]
/external/qemu/android/utils/
bufprint.c
112
ProcessSerialNumber
psn
;
local
118
GetCurrentProcess(&
psn
);
119
dict = ProcessInformationCopyDictionary(&
psn
, 0xffffffff);
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m
33
extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *
psn
);
34
extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *
psn
, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35
extern OSErr CPSSetFrontProcess( CPSProcessSerNum *
psn
);
210
CPSProcessSerNum
PSN
;
212
if (!CPSGetCurrentProcess(&
PSN
))
213
if (!CPSEnableForegroundOperation(&
PSN
,0x03,0x3C,0x2C,0x1103))
214
if (!CPSSetFrontProcess(&
PSN
))
361
if ( argc >= 2 && strncmp (argv[1], "-
psn
", 4) == 0 ) {
Completed in 1554 milliseconds