Searched defs:actual_type (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc44 Atom actual_type; local
48 AnyPropertyType, &actual_type,
/external/webrtc/webrtc/sound/
H A Dalsasoundsystem.cc551 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID"); local
552 if (actual_type) { // NULL means it's both.
553 bool wrong_type = (strcmp(actual_type, type) != 0);
554 free(actual_type);
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc35 Atom actual_type; local
39 AnyPropertyType, &actual_type,
/external/libchrome/dbus/
H A Dmessage.cc948 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
949 if (actual_type != dbus_type) {
951 << actual_type; local

Completed in 171 milliseconds