Home
last modified time | relevance | path

Searched defs:cmdID (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/rs/
H A DrsScriptC_Lib.cpp196 uint32_t rsrToClient(Context *rsc, int cmdID, const void *data, int len) { in rsrToClient()
201 uint32_t rsrToClientBlocking(Context *rsc, int cmdID, const void *data, int len) { in rsrToClientBlocking()
208 uint32_t rsrToClient(Context *rsc, int cmdID, void *data, int len) { in rsrToClient()
212 uint32_t rsrToClientBlocking(Context *rsc, int cmdID, void *data, int len) { in rsrToClientBlocking()
H A DrsThreadIO.h69 uint32_t cmdID; member
73 uint32_t cmdID; member
H A DrsThreadIO.cpp49 void * ThreadIO::coreHeader(uint32_t cmdID, size_t dataLen) { in coreHeader()
199 bool ThreadIO::sendToClient(RsMessageToClientType cmdID, uint32_t usrID, const void *data, in sendToClient()
H A DrsContext.cpp702 bool Context::sendMessageToClient(const void *data, RsMessageToClientType cmdID, in sendMessageToClient()
881 uint32_t cmdID; in LF_ObjDestroy_handcode() member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddhtmled.h323 #define IDHTMLSafe_ExecCommand(This,cmdID,cmdexecopt,pInVar,pOutVar) (This)->lpVtbl->ExecCommand(Th… argument
324 #define IDHTMLSafe_QueryStatus(This,cmdID,retval) (This)->lpVtbl->QueryStatus(This,cmdID,retval) argument
543 #define IDHTMLEdit_ExecCommand(This,cmdID,cmdexecopt,pInVar,pOutVar) (This)->lpVtbl->ExecCommand(Th… argument
544 #define IDHTMLEdit_QueryStatus(This,cmdID,retval) (This)->lpVtbl->QueryStatus(This,cmdID,retval) argument
Ddocobj.h1189 ULONG cmdID; member
Dmshtmlc.h12723 #define IHTMLTxtRange_queryCommandSupported(This,cmdID,pfRet) (This)->lpVtbl->queryCommandSupported… argument
12724 #define IHTMLTxtRange_queryCommandEnabled(This,cmdID,pfRet) (This)->lpVtbl->queryCommandEnabled(Thi… argument
12725 #define IHTMLTxtRange_queryCommandState(This,cmdID,pfRet) (This)->lpVtbl->queryCommandState(This,cm… argument
12726 #define IHTMLTxtRange_queryCommandIndeterm(This,cmdID,pfRet) (This)->lpVtbl->queryCommandIndeterm(T… argument
12727 #define IHTMLTxtRange_queryCommandText(This,cmdID,pcmdText) (This)->lpVtbl->queryCommandText(This,c… argument
12728 #define IHTMLTxtRange_queryCommandValue(This,cmdID,pcmdValue) (This)->lpVtbl->queryCommandValue(Thi… argument
12729 #define IHTMLTxtRange_execCommand(This,cmdID,showUI,value,pfRet) (This)->lpVtbl->execCommand(This,c… argument
12730 #define IHTMLTxtRange_execCommandShowHelp(This,cmdID,pfRet) (This)->lpVtbl->execCommandShowHelp(Thi… argument
13816 #define IHTMLControlRange_queryCommandSupported(This,cmdID,pfRet) (This)->lpVtbl->queryCommandSuppo… argument
13817 #define IHTMLControlRange_queryCommandEnabled(This,cmdID,pfRet) (This)->lpVtbl->queryCommandEnabled… argument
[all …]
/aosp_15_r20/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp788 uint32_t rsSendToClient(int cmdID) { in rsSendToClient()
793 uint32_t rsSendToClient(int cmdID, const void *data, uint32_t len) { in rsSendToClient()
798 uint32_t rsSendToClientBlocking(int cmdID) { in rsSendToClientBlocking()
803 uint32_t rsSendToClientBlocking(int cmdID, const void *data, uint32_t len) { in rsSendToClientBlocking()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h1179 ANGLE_INLINE StructType *commonInit(CommandID cmdID, in commonInit()
1197 ANGLE_INLINE StructType *initCommand(CommandID cmdID, in initCommand()
1216 ANGLE_INLINE StructType *initCommand(CommandID cmdID) in initCommand()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DContextMenu.cpp1258 const enum_CommandInternalID cmdID = cmi.CommandInternalID; in InvokeCommandCommon() local