/hardware/ti/omap3/dspbridge/inc/ |
DSPManager.h | 71 extern DBAPI DspManager_Open(UINT argc, PVOID argp); 86 extern DBAPI DspManager_Close(UINT argc, PVOID argp); 112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode, 114 UINT uNDBPropsSize, 115 OUT UINT * puNumNodes); 138 extern DBAPI DSPManager_EnumProcessorInfo(UINT uProcessor, 141 UINT uProcessorInfoSize, 142 OUT UINT * puNumProcs); 159 aNotifications, UINT uCount, 160 OUT UINT * puIndex [all...] |
qosti.h | 100 DSP_STATUS QosTI_GetDynLoaderMemStat(UINT heapDesc, UINT *memInitSize,
101 UINT *memUsed, UINT *memLargestFreeBlockSize,
102 UINT *memFreeBlocks, UINT *memAllocBlocks);
|
DSPStream.h | 83 UINT uSize, OUT BYTE ** apBuffer, 84 UINT uNumBufs); 117 IN BYTE ** apBuffer, UINT uNumBufs); 138 UINT uStreamInfoSize); 211 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, 212 UINT uIndex, 231 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize, 279 UINT uEventMask, UINT uNotifyType, 302 UINT nStreams, OUT UINT * pMask [all...] |
dbdefs.h | 136 #define DSP_SHMSEG0 (UINT)(-1) 331 UINT uSegid; /* Memory segment on DSP to allocate buffers */ 332 UINT uBufsize; /* Buffer size (DSP words) */ 333 UINT uNumBufs; /* Number of buffers */ 334 UINT uAlignment; /* Buffer alignment */ 335 UINT uTimeout; /* Timeout for blocking STRM calls */ 336 UINT lMode; /* mode of stream when opened */ 337 UINT uDMAChnlId; /* DMA chnl id if DSP_STRMMODE is LDMA or RDMA */ 338 UINT uDMAPriority; /* DMA channel priority 0=lowest, >0=high */ 359 UINT uStaticDataSize [all...] |
DSPProcessor.h | 86 extern DBAPI DSPProcessor_Attach(UINT uProcessor, 133 IN UINT uNodeTabSize, 134 OUT UINT * puNumNodes, 135 OUT UINT * puAllocated); 207 UINT uResourceType, 210 UINT uResourceInfoSize); 232 UINT uStateInfoSize); 287 UINT uEventMask, 288 UINT uNotifyType,
|
qosregistry.h | 207 UINT align; /* alignment of memory heap */
209 UINT heapId; /* resource heap ID */
211 UINT size; /* size of memory heap */
213 UINT type; /* type of memory: prefer/require/scratch/persist */
215 UINT allocated; /* size of heap in use (not free) */
217 UINT largestfree; /* size of largest contiguous free block */
219 UINT group; /* scratch group ID (only for scratch memory) */
238 UINT MaxMips; /* max cpu cycles required for component */
240 UINT TypicalMips; /* typical cpu cycles required */
242 UINT MaxCycles; /* max cpu cycles for single iteration */ [all...] |
strmdefs.h | 52 UINT lMode; /* transport mode of stream(DMA, ZEROCOPY..) */ 53 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
|
DSPNode.h | 117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize, 166 extern DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream, 167 DSP_HNODE hOtherNode, UINT uOtherStream, 202 extern DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream, 203 DSP_HNODE hOtherNode, UINT uOtherStream, 293 OUT struct DSP_NODEATTR * pAttr, UINT uAttrSize); 317 UINT uTimeout); 361 UINT uTimeout); 379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask, 380 UINT uNotifyType [all...] |
wcdioctl.h | 78 UINT uNode; 80 UINT uNDBPropsSize; 81 UINT *puNumNodes; 85 UINT uProcessor; 87 UINT uProcessorInfoSize; 88 UINT *puNumProcs; 104 UINT uCount; 105 UINT *puIndex; 106 UINT uTimeout; 111 UINT uProcessor [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPManager.h | 71 extern DBAPI DspManager_Open(UINT argc, PVOID argp); 86 extern DBAPI DspManager_Close(UINT argc, PVOID argp); 112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode, 114 UINT uNDBPropsSize, 115 OUT UINT * puNumNodes); 138 extern DBAPI DSPManager_EnumProcessorInfo(UINT uProcessor, 141 UINT uProcessorInfoSize, 142 OUT UINT * puNumProcs); 159 aNotifications, UINT uCount, 160 OUT UINT * puIndex [all...] |
qosti.h | 96 DSP_STATUS QosTI_GetDynLoaderMemStat(UINT heapDesc, UINT *memInitSize, 97 UINT *memUsed, UINT *memLargestFreeBlockSize, 98 UINT *memFreeBlocks, UINT *memAllocBlocks); 110 DSP_STATUS QosTI_GetProcLoadStat(UINT *currentLoad, UINT *predLoad, 111 UINT *currDspFreq, UINT *predictedFreq) [all...] |
DSPStream.h | 85 UINT uSize, OUT BYTE ** apBuffer, 86 UINT uNumBufs); 119 IN BYTE ** apBuffer, UINT uNumBufs); 140 UINT uStreamInfoSize); 213 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, 214 UINT uIndex, 233 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize, 281 UINT uEventMask, UINT uNotifyType, 304 UINT nStreams, OUT UINT * pMask [all...] |
dbdefs.h | 136 #define DSP_SHMSEG0 (UINT)(-1) 325 UINT uSegid; /* Memory segment on DSP to allocate buffers */ 326 UINT uBufsize; /* Buffer size (DSP words) */ 327 UINT uNumBufs; /* Number of buffers */ 328 UINT uAlignment; /* Buffer alignment */ 329 UINT uTimeout; /* Timeout for blocking STRM calls */ 330 UINT lMode; /* mode of stream when opened */ 331 UINT uDMAChnlId; /* DMA chnl id if DSP_STRMMODE is LDMA or RDMA */ 332 UINT uDMAPriority; /* DMA channel priority 0=lowest, >0=high */ 353 UINT uStaticDataSize [all...] |
DSPProcessor.h | 86 extern DBAPI DSPProcessor_Attach(UINT uProcessor, 133 IN UINT uNodeTabSize, 134 OUT UINT * puNumNodes, 135 OUT UINT * puAllocated); 207 UINT uResourceType, 210 UINT uResourceInfoSize); 232 UINT uStateInfoSize); 287 UINT uEventMask, 288 UINT uNotifyType,
|
qosregistry.h | 201 UINT align; /* alignment of memory heap */ 203 UINT heapId; /* resource heap ID */ 205 UINT size; /* size of memory heap */ 207 UINT type; /* type of memory: prefer/require/scratch/persist */ 209 UINT allocated; /* size of heap in use (not free) */ 211 UINT largestfree; /* size of largest contiguous free block */ 213 UINT group; /* scratch group ID (only for scratch memory) */ 232 UINT MaxMips; /* max cpu cycles required for component */ 234 UINT TypicalMips; /* typical cpu cycles required */ 236 UINT MaxCycles; /* max cpu cycles for single iteration * [all...] |
strmdefs.h | 53 UINT lMode; /* transport mode of stream(DMA, ZEROCOPY..) */ 54 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
|
DSPNode.h | 117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize, 166 extern DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream, 167 DSP_HNODE hOtherNode, UINT uOtherStream, 202 extern DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream, 203 DSP_HNODE hOtherNode, UINT uOtherStream, 293 OUT struct DSP_NODEATTR * pAttr, UINT uAttrSize); 317 UINT uTimeout); 361 UINT uTimeout); 379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask, 380 UINT uNotifyType [all...] |
wcdioctl.h | 78 UINT uNode; 80 UINT uNDBPropsSize; 81 UINT *puNumNodes; 85 UINT uProcessor; 87 UINT uProcessorInfoSize; 88 UINT *puNumProcs; 104 UINT uCount; 105 UINT *puIndex; 106 UINT uTimeout; 111 UINT uProcessor [all...] |
/external/webkit/WebCore/platform/chromium/ |
SoundChromiumWin.cpp | 36 MessageBeep(static_cast<UINT>(-1));
|
/external/webkit/WebCore/platform/win/ |
SoundWin.cpp | 33 void systemBeep() { MessageBeep(static_cast<UINT>(-1)); }
|
WindowMessageListener.h | 34 typedef unsigned UINT; 41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
|
/external/webkit/WebKit/win/Interfaces/ |
IWebCoreStatistics.idl | 40 HRESULT javaScriptObjectsCount([out, retval] UINT* count); 41 HRESULT javaScriptGlobalObjectsCount([out, retval] UINT* count); 42 HRESULT javaScriptProtectedObjectsCount([out, retval] UINT* count); 43 HRESULT javaScriptProtectedGlobalObjectsCount([out, retval] UINT* count); 45 HRESULT iconPageURLMappingCount([out, retval] UINT* count); 46 HRESULT iconRetainedPageURLCount([out, retval] UINT* count); 47 HRESULT iconRecordCount([out, retval] UINT* count); 48 HRESULT iconsWithDataCount([out, retval] UINT* count); 50 HRESULT cachedFontDataCount([out, retval] UINT* count); 51 HRESULT cachedFontDataInactiveCount([out, retval] UINT* count) [all...] |
/external/webkit/WebKit/chromium/public/win/ |
WebInputEventFactory.h | 46 WEBKIT_API static WebKeyboardEvent keyboardEvent(HWND, UINT, WPARAM, LPARAM); 47 WEBKIT_API static WebMouseEvent mouseEvent(HWND, UINT, WPARAM, LPARAM); 48 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
|
/external/webkit/WebKit/win/ |
WebCoreStatistics.h | 46 /* [retval][out] */ UINT *count); 48 /* [retval][out] */ UINT *count); 50 /* [retval][out] */ UINT *count); 52 /* [retval][out] */ UINT *count); 56 /* [retval][out] */ UINT *count); 58 /* [retval][out] */ UINT *count); 60 /* [retval][out] */ UINT *count); 62 /* [retval][out] */ UINT *count); 64 /* [retval][out] */ UINT *count); 66 /* [retval][out] */ UINT *count) [all...] |
WebCoreStatistics.cpp | 95 /* [retval][out] */ UINT* count) 101 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.objectCount(); 106 /* [retval][out] */ UINT* count) 112 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.globalObjectCount(); 117 /* [retval][out] */ UINT* count) 123 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedObjectCount(); 128 /* [retval][out] */ UINT* count) 134 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedGlobalObjectCount(); 155 /* [retval][out] */ UINT* count) 159 *count = (UINT) iconDatabase()->pageURLMappingCount() [all...] |