Searched refs:configOut (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/health/1.0/
H A DIHealth.hal30 init(HealthConfig config) generates (HealthConfig configOut);
/hardware/interfaces/health/1.0/default/
H A DHealth.cpp36 HealthConfig configOut; local
45 convertToHealthConfig(&healthd_config, configOut);
47 _hidl_cb(configOut);
/hardware/libhardware/modules/audio_remote_submix/tests/
H A Dremote_submix_tests.cpp122 struct audio_config configOut = {}; local
123 configOut.channel_mask = mono ? AUDIO_CHANNEL_OUT_MONO : AUDIO_CHANNEL_OUT_STEREO;
124 configOut.sample_rate = sampleRate;
127 &configOut, streamOut, address);

Completed in 106 milliseconds