HomeSort by relevance Sort by last modified time
    Searched refs:psn (Results 1 - 17 of 17) sorted by null

  /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/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.mm 50 ProcessSerialNumber psn;
51 GetCurrentProcess(&psn);
52 SetFrontProcess(&psn);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 163 ProcessSerialNumber psn;
164 GetCurrentProcess(&psn);
166 kr = _WKPHCheckInWithPluginHost(pluginHostPort, (uint8_t*)[data bytes], [data length], clientPort, psn.highLongOfPSN, psn.lowLongOfPSN, renderServerPort,
311 ProcessSerialNumber psn;
312 GetCurrentProcess(&psn);
313 SetFrontProcess(&psn);
NetscapePluginHostProxy.mm 270 ProcessSerialNumber psn;
271 GetCurrentProcess(&psn);
272 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.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
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);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/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);
208 CPSProcessSerNum PSN;
210 if (!CPSGetCurrentProcess(&PSN))
211 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
212 if (!CPSSetFrontProcess(&PSN))
359 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 355 ProcessSerialNumber psn = { 0, kCurrentProcess }; local
356 CFDictionaryRef procinfo = ProcessInformationCopyDictionary(&psn,

Completed in 324 milliseconds