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

  /frameworks/av/include/media/
Visualizer.h 58 enum callback_flags { enum in class:android::Visualizer
96 // and the capture format is according to flags (see callback_flags).
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio.c 147 int callback_flags, size_t *num) {
163 i = (int) bio->callback(bio, callback_flags, buf, len, 0L, 1L);
184 i = (int)(bio->callback(bio, callback_flags | BIO_CB_RETURN, buf, len, 0L,
  /external/chromium_org/gin/
function_template.h 493 int callback_flags = 0) {
495 HolderT* holder = new HolderT(isolate, callback, callback_flags);
510 int callback_flags = 0) {
512 HolderT* holder = new HolderT(isolate, callback, callback_flags);

Completed in 399 milliseconds