Searched refs:cddbCommand (Results 1 – 1 of 1) sorted by relevance
65 BString cddbCommand("cddb query "); in Query() local66 cddbCommand << hexCddbId << " " << numTracks << " "; in Query()75 cddbCommand << startFrameOffset << " "; in Query()81 cddbCommand << totalTimeInSeconds; in Query()84 status_t result = _SendCommand(cddbCommand, output); in Query()146 printf("Error sending CDDB command : \"%s\".\n", cddbCommand.String()); in Query()171 BString cddbCommand("cddb read "); in Read() local172 cddbCommand << category << " " << cddbID; in Read()175 status_t result = _SendCommand(cddbCommand, output); in Read()285 printf("Error sending CDDB command : \"%s\".\n", cddbCommand.String()); in Read()