Searched refs:dataMemory (Results 1 – 6 of 6) sorted by relevance
86 const sp<IMemory>& dataMemory) in startRecognition() argument91 if (dataMemory == 0) { in startRecognition()94 data.writeInt32(dataMemory->size()); in startRecognition()96 data.writeStrongBinder(IInterface::asBinder(dataMemory)); in startRecognition()156 sp<IMemory> dataMemory; in onTransact() local158 dataMemory = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()160 status_t status = startRecognition(handle, dataMemory); in onTransact()
173 const sp<IMemory>& dataMemory) in startRecognition() argument179 return mISoundTrigger->startRecognition(handle, dataMemory); in startRecognition()
603 const sp<IMemory>& dataMemory) in startRecognition() argument610 if (dataMemory != 0 && dataMemory->pointer() == NULL) { in startRecognition()623 if ((dataMemory == 0) || in startRecognition()624 (dataMemory->size() < sizeof(struct sound_trigger_recognition_config))) { in startRecognition()633 (struct sound_trigger_recognition_config *)dataMemory->pointer(); in startRecognition()
120 const sp<IMemory>& dataMemory);
41 const sp<IMemory>& dataMemory) = 0;
53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);