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

  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 385 struct sound_trigger_module_descriptor *nModules = NULL;
387 status_t status = SoundTrigger::listModules(nModules, &numModules);
392 nModules = (struct sound_trigger_module_descriptor *)
395 status = SoundTrigger::listModules(nModules, &numModules);
405 jstring implementor = env->NewStringUTF(nModules[i].properties.implementor);
406 jstring description = env->NewStringUTF(nModules[i].properties.description);
407 SoundTrigger::guidToString(&nModules[i].properties.uuid,
413 i, nModules[i].handle, nModules[i].properties.description,
414 nModules[i].properties.max_sound_models)
    [all...]
android_hardware_Radio.cpp 380 radio_properties_t *nModules = NULL;
382 status_t status = Radio::listModules(nModules, &numModules);
387 nModules = (radio_properties_t *)calloc(numModules, sizeof(radio_properties_t));
389 status = Radio::listModules(nModules, &numModules);
397 if (nModules[i].num_bands == 0) {
401 __FUNCTION__, i, nModules[i].handle, nModules[i].implementor,
402 nModules[i].product);
405 jobjectArray jBands = env->NewObjectArray(nModules[i].num_bands,
408 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/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 154 milliseconds