Home
last modified time | relevance | path

Searched refs:numericPointerToString (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DEffectConversionHelperAidl.cpp108 numericPointerToString(replySize).c_str(), pReplyData); in handleInit()
121 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetParameter()
141 pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleGetParameter()
169 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetConfig()
231 numericPointerToString(replySize).c_str(), pReplyData); in handleGetConfig()
258 numericPointerToString(replySize).c_str(), pReplyData); in handleReset()
270 numericPointerToString(replySize).c_str(), pReplyData); in handleEnable()
282 numericPointerToString(replySize).c_str(), pReplyData); in handleDisable()
293 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetAudioSource()
313 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetAudioMode()
[all …]
DEffectConversionHelperAidl.h82 static inline std::string numericPointerToString(T* pt) { in numericPointerToString() function