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()
41 const sp<IMemory>& dataMemory) = 0;
53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
674 const sp<IMemory>& dataMemory) in startRecognition() argument680 if (dataMemory == 0 || dataMemory->pointer() == NULL) { in startRecognition()687 (struct sound_trigger_recognition_config *)dataMemory->pointer(); in startRecognition()691 dataMemory->size() < config->data_offset || in startRecognition()692 config->data_size > (dataMemory->size() - config->data_offset)) { in startRecognition()1017 const sp<IMemory>& dataMemory) in startRecognition() argument1029 return module->startRecognition(handle, dataMemory); in startRecognition()
123 const sp<IMemory>& dataMemory);170 const sp<IMemory>& dataMemory);