Home
last modified time | relevance | path

Searched refs:CR_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dvideocommon.h163 CR_SUCCESS, // The capturer starts successfully. enumerator
Dfilemediaengine.h100 virtual CaptureResult SetVideoCapture(bool capture) { return CR_SUCCESS; } in SetVideoCapture()
Dmediaengine.h324 CaptureResult SetCapture(bool capture) { return CR_SUCCESS; } in SetCapture()
Dchannelmanager.cc632 capturing_ = result == CR_SUCCESS; in OnVideoCaptureResult()
/external/libusb_aah/libusb/os/
Dwindows_usb.h298 #define CR_SUCCESS 0x00000000 macro
Dwindows_usb.c528 if (CM_Get_Parent(&parent_devinst, devinst, 0) != CR_SUCCESS) { in get_ancestor_session_id()
533 if (CM_Get_Device_IDA(devinst, path, MAX_PATH_LENGTH, 0) != CR_SUCCESS) { in get_ancestor_session_id()
1283 if (CM_Get_Device_IDA(dev_info_data.DevInst, path, sizeof(path), 0) != CR_SUCCESS) { in windows_get_device_list()