/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl.h | 279 // Note: on Mac OS X, the only time the windowed handle is non-zero 280 // is the case of accelerated rendering, which uses a fake window handle to 440 // Handle to the message filter hook 445 HANDLE handle_event_pump_messages_event_; 454 // Handle to the mouse hook installed for certain windowed plugins like
|
/external/chromium_org/content/renderer/pepper/ |
pepper_video_capture_host.cc | 175 // ReleaseBuffers. In the mean time, we prepare the resource and handle here 210 // Add the serialized shared memory handle to params. FileDescriptor is 215 int handle; local 216 int32_t result = enter.object()->GetSharedMemory(&handle); 222 reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle)); 224 handle;
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
file_downloader.cc | 198 // Convert the Windows HANDLE from Pepper to a POSIX file descriptor. 201 // Close the Windows HANDLE if it can't be converted. 202 CloseHandle(reinterpret_cast<HANDLE>(file_desc));
|
/external/chromium_org/third_party/libevent/test/ |
regress.c | 301 CloseHandle((HANDLE)pair[0]); 302 CloseHandle((HANDLE)pair[1]); 352 CloseHandle((HANDLE)read_evs[j].ev_fd); 353 CloseHandle((HANDLE)write_evs[j].ev_fd); 733 /* can handle signal before loop is called */ 745 /* set base1 to handle signals */ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32.cc | 388 // TODO: Handle wide and non-wide cases via TCHAR? 453 HANDLE process = ::GetCurrentProcess(), token;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 133 typedef HANDLE pipe_thread;
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
read_pwd.c | 513 HANDLE inh;
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
minizip.c | 69 HANDLE hFind;
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 133 typedef HANDLE pipe_thread;
|
/external/openssl/crypto/des/ |
read_pwd.c | 513 HANDLE inh;
|
/external/qemu/android/utils/ |
filelock.c | 138 HANDLE processSnapshot;
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_winpcap.c | 25 * that event handle is not really signaled immediately when receiving each 58 HANDLE rx_avail, rx_done, rx_thread, rx_thread_done, rx_notify;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
main_winsvc.c | 41 static HANDLE kill_svc;
|
/external/zlib/src/contrib/minizip/ |
minizip.c | 82 HANDLE hFind;
|
/hardware/ti/omap3/dspbridge/inc/ |
wcdioctl.h | 44 *! 07-Sep-2000 jeh Changed HANDLE to DSP_HNOTIFICATION in RegisterNotify args. 329 HANDLE *phEvent;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
wcdioctl.h | 44 *! 07-Sep-2000 jeh Changed HANDLE to DSP_HNOTIFICATION in RegisterNotify args. 329 HANDLE *phEvent;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 316 /* Used in tunneling, this is handle of tunneled component */ 352 HANDLE event; 381 /** Handle for use with async callbacks */ 407 /** This is component handle */ 411 /** The component thread handle */ 459 /** This is LCML handle */ 582 * @param *hComp This is component handle allocated by the OMX core. 607 * @param pHandle This is component handle allocated by the OMX core. 625 * @param pHandle This is component handle allocated by the OMX core. 736 * G722DEC_GetLCMLHandle() function gets the LCML handle and interacts with LCM [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Dec_Utils.h | 328 /* Used in tunneling, this is handle of tunneled component */ 364 HANDLE event; 393 /** Handle for use with async callbacks */ 428 /** This is component handle */ 434 /** The component thread handle */ 494 /** This is LCML handle */ 560 /* flag if the lcml handle is opened */ 708 * @param *hComp This is component handle allocated by the OMX core. 733 * @param pHandle This is component handle allocated by the OMX core. 751 * @param pHandle This is component handle allocated by the OMX core [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
OMX_AmrDecoder.h | 520 HANDLE event; 572 /** Handle for use with async callbacks */ 589 /** This is component handle */ 595 /** The component thread handle */ 628 /** LCML Handle */ 709 /** Flag set when LCML handle is opened */
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 178 int ReadJpegSections (HANDLE infile, 481 HANDLE fIn, long lBuffUsed) 631 HANDLE fIn = NULL; 632 HANDLE fOut = NULL; 831 fprintf (stderr,"Error in Get Handle function\n"); [all...] |
/external/chromium_org/ipc/ |
ipc_message_utils.cc | 32 // Windows has a GUI for logging, which can handle arbitrary binary data. 678 // On Windows marshalling pipe handle is not supported. 679 DCHECK(p.pipe.handle == NULL); 747 // header formats differ between these systems (so does handle sharing, but 783 // Note that HWNDs/HANDLE/HCURSOR/HACCEL etc are always 32 bits, even on 64 785 void ParamTraits<HANDLE>::Write(Message* m, const param_type& p) { 789 bool ParamTraits<HANDLE>::Read(const Message* m, PickleIterator* iter, 798 void ParamTraits<HANDLE>::Log(const param_type& p, std::string* l) {
|
/external/libpng/contrib/visupng/ |
VisualPng.c | 519 HANDLE hFind; 548 bOk = (hFind != (HANDLE) -1); 564 bOk = (hFind != (HANDLE) -1);
|
/ndk/sources/host-tools/make-3.81/ |
function.c | 557 /* Handle the case of "d:foo/bar". */ 610 /* Handle the "d:foobar" case */ [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_win.cpp | 283 FontMemResourceTypeface(SkTypeface::Style style, SkFontID fontID, const LOGFONT& lf, HANDLE fontMemResource) : 287 HANDLE fFontMemResource; 292 static FontMemResourceTypeface* Create(const LOGFONT& lf, HANDLE fontMemResource) { 341 SkTypeface* SkCreateFontMemResourceTypefaceFromLOGFONT(const LOGFONT& origLF, HANDLE fontMemResource) { 732 // Stroked FON also gets here (TMPF_VECTOR), but we don't handle it. [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 283 FontMemResourceTypeface(SkTypeface::Style style, SkFontID fontID, const LOGFONT& lf, HANDLE fontMemResource) : 287 HANDLE fFontMemResource; 292 static FontMemResourceTypeface* Create(const LOGFONT& lf, HANDLE fontMemResource) { 341 SkTypeface* SkCreateFontMemResourceTypefaceFromLOGFONT(const LOGFONT& origLF, HANDLE fontMemResource) { 732 // Stroked FON also gets here (TMPF_VECTOR), but we don't handle it. [all...] |