Searched refs:dataMemory (Results 1 – 6 of 6) sorted by relevance
87 const sp<IMemory>& dataMemory) in startRecognition() argument92 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() local171 dataMemory = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()173 status_t status = startRecognition(handle, dataMemory); in onTransact()
176 const sp<IMemory>& dataMemory) in startRecognition() argument182 return mISoundTrigger->startRecognition(handle, dataMemory); in startRecognition()
41 const sp<IMemory>& dataMemory) = 0;
55 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
125 const sp<IMemory>& dataMemory);175 const sp<IMemory>& dataMemory);
679 const sp<IMemory>& dataMemory) in startRecognition() argument686 auto immutableMemory = CopyToArray(dataMemory); in startRecognition()1043 const sp<IMemory>& dataMemory) in startRecognition() argument1051 if (checkIMemory(dataMemory) != NO_ERROR) { in startRecognition()1059 return module->startRecognition(handle, dataMemory); in startRecognition()