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

  /device/samsung/crespo/libaudio/
alsa_pcm.c 212 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
241 return oops(pcm, errno, "cannot prepare channel");
243 return oops(pcm, errno, "cannot write initial data");
254 return oops(pcm, errno, "cannot write stream data");
274 return oops(pcm, errno, "cannot prepare channel");
276 return oops(pcm, errno, "cannot start channel");
286 return oops(pcm, errno, "cannot read stream data");
342 oops(pcm, errno, "cannot open device '%s'");
347 oops(pcm, errno, "cannot get info - %s");
372 oops(pcm, errno, "cannot set hw params")
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 2898 $oops = false; variable
2901 $oops = true; variable
    [all...]

Completed in 107 milliseconds