HomeSort by relevance Sort by last modified time
    Searched defs:control_name (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/audio/alsa/
alsa_util.cc 48 std::string control_name; local
51 control_name = device_name;
57 control_name = (pos2 == std::string::npos) ?
62 return control_name;
126 std::string control_name = DeviceNameToControlName(device_name); local
127 error = wrapper->MixerAttach(mixer, control_name.c_str());
129 LOG(ERROR) << "MixerAttach, " << control_name << ", "
137 LOG(ERROR) << "MixerElementRegister: " << control_name << ", "
155 std::string control_name = DeviceNameToControlName(device_name); local
156 error = wrapper->MixerDetach(mixer, control_name.c_str())
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 104 char *control_name; member in struct:mixer_control

Completed in 140 milliseconds