Lines Matching refs:string
56 LOGE("TaskSound::run %s string not found", STR_ID.string());
61 LOGE("TaskSound::run %s string not found", STR_TYPE.string());
79 int amplitude = atoi(tokens->at(1).string());
80 int freq = atoi(tokens->at(2).string());
81 int time = atoi(tokens->at(3).string());
90 int amplitude = atoi(tokens->at(1).string());
91 int time = atoi(tokens->at(2).string());
96 LOGE("TaskSound::run unknown word in type %s", type.string());
104 LOGE("TaskSound::run registering buffer %s failed", id.string());
112 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);