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

  /external/bluetooth/bluez/test/
ipctest.c 78 int sbc_initialized; /* Keep track if the encoder is initialized */ member in struct:a2dp_info
487 if (a2dp->sbc_initialized)
491 a2dp->sbc_initialized = TRUE;
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 98 int sbc_initialized; /* Keep track if the encoder is initialized */ member in struct:bluetooth_a2dp
310 if (a2dp->sbc_initialized)
626 if (a2dp->sbc_initialized)
630 a2dp->sbc_initialized = 1;
    [all...]

Completed in 165 milliseconds