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

  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 124 mNumBTEndpoints = 0;
158 mNumBTEndpoints = snd_get_num();
159 ALOGV("mNumBTEndpoints = %d", mNumBTEndpoints);
160 mBTEndpoints = new msm_bt_endpoint[mNumBTEndpoints];
162 ALOGV("constructed %d SND endpoints)", mNumBTEndpoints);
171 for (int i = 0; i < mNumBTEndpoints; i++) {
422 for (int i = 0; i < mNumBTEndpoints; i++) {
    [all...]
AudioHardware.h 331 int mNumBTEndpoints;

Completed in 199 milliseconds