Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_SoundTrigger.cpp416 const String16 opPackageNameString16 = String16(opPackageNameStr.c_str()); in android_hardware_SoundTrigger_listModules() local
418 status_t status = SoundTrigger::listModules(opPackageNameString16, nModules, &numModules); in android_hardware_SoundTrigger_listModules()
426 status = SoundTrigger::listModules(opPackageNameString16, nModules, &numModules); in android_hardware_SoundTrigger_listModules()
483 const String16 opPackageNameString16 = String16(opPackageNameStr.c_str()); in android_hardware_SoundTrigger_setup() local
490 sp<SoundTrigger> module = SoundTrigger::attach(opPackageNameString16, handle, callback); in android_hardware_SoundTrigger_setup()