Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DEffectConversionHelperAidl.cpp106 numericPointerToString(replySize).c_str(), pReplyData); in handleInit()
119 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetParameter()
139 pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleGetParameter()
167 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetConfig()
233 numericPointerToString(replySize).c_str(), pReplyData); in handleGetConfig()
260 numericPointerToString(replySize).c_str(), pReplyData); in handleReset()
272 numericPointerToString(replySize).c_str(), pReplyData); in handleEnable()
284 numericPointerToString(replySize).c_str(), pReplyData); in handleDisable()
295 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetAudioSource()
315 cmdSize, pCmdData, numericPointerToString(replySize).c_str(), pReplyData); in handleSetAudioMode()
[all …]
DEffectConversionHelperAidl.h76 static inline std::string numericPointerToString(T* pt) { in numericPointerToString() function