HomeSort by relevance Sort by last modified time
    Searched refs:nModules (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 400 struct sound_trigger_module_descriptor *nModules = NULL;
402 status_t status = SoundTrigger::listModules(nModules, &numModules);
407 nModules = (struct sound_trigger_module_descriptor *)
410 status = SoundTrigger::listModules(nModules, &numModules);
420 jstring implementor = env->NewStringUTF(nModules[i].properties.implementor);
421 jstring description = env->NewStringUTF(nModules[i].properties.description);
422 SoundTrigger::guidToString(&nModules[i].properties.uuid,
428 i, nModules[i].handle, nModules[i].properties.description,
429 nModules[i].properties.max_sound_models)
    [all...]
android_hardware_Radio.cpp 400 radio_properties_t *nModules = NULL;
402 status_t status = Radio::listModules(nModules, &numModules);
407 nModules = (radio_properties_t *)calloc(numModules, sizeof(radio_properties_t));
409 status = Radio::listModules(nModules, &numModules);
417 if (nModules[i].num_bands == 0) {
421 __FUNCTION__, i, nModules[i].handle, nModules[i].implementor,
422 nModules[i].product);
425 jobjectArray jBands = env->NewObjectArray(nModules[i].num_bands,
428 for (size_t j = 0; j < nModules[i].num_bands; j++)
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 457 unsigned short nModules;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 250 milliseconds