OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CR_SUCCESS
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
videocommon.h
163
CR_SUCCESS
, // The capturer starts successfully.
filemediaengine.h
100
virtual CaptureResult SetVideoCapture(bool capture) { return
CR_SUCCESS
; }
mediaengine.h
324
CaptureResult SetCapture(bool capture) { return
CR_SUCCESS
; }
channelmanager.cc
632
capturing_ = result ==
CR_SUCCESS
;
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h
331
#define
CR_SUCCESS
0x00000000
windows_usb.c
631
if (CM_Get_Parent(&parent_devinst, devinst, 0) !=
CR_SUCCESS
) {
636
if (CM_Get_Device_IDA(devinst, path, MAX_PATH_LENGTH, 0) !=
CR_SUCCESS
) {
[
all
...]
Completed in 101 milliseconds