Home
last modified time | relevance | path

Searched refs:dataMemory (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/soundtrigger/
DISoundTrigger.cpp87 const sp<IMemory>& dataMemory) in startRecognition() argument
92 if (dataMemory == 0) { in startRecognition()
95 data.writeInt32(dataMemory->size()); in startRecognition()
97 data.writeStrongBinder(IInterface::asBinder(dataMemory)); in startRecognition()
169 sp<IMemory> dataMemory; in onTransact() local
171 dataMemory = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
173 status_t status = startRecognition(handle, dataMemory); in onTransact()
DSoundTrigger.cpp176 const sp<IMemory>& dataMemory) in startRecognition() argument
182 return mISoundTrigger->startRecognition(handle, dataMemory); in startRecognition()
/frameworks/av/include/soundtrigger/
DISoundTrigger.h41 const sp<IMemory>& dataMemory) = 0;
DSoundTrigger.h55 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h125 const sp<IMemory>& dataMemory);
175 const sp<IMemory>& dataMemory);
DSoundTriggerHwService.cpp679 const sp<IMemory>& dataMemory) in startRecognition() argument
686 auto immutableMemory = CopyToArray(dataMemory); in startRecognition()
1043 const sp<IMemory>& dataMemory) in startRecognition() argument
1051 if (checkIMemory(dataMemory) != NO_ERROR) { in startRecognition()
1059 return module->startRecognition(handle, dataMemory); in startRecognition()