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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
comfort_noise.h 29 kOK = 0,
packet_buffer.h 27 kOK = 0,
50 // Returns PacketBuffer::kOK on success, PacketBuffer::kFlushed if the buffer
56 // Returns PacketBuffer::kOK if all packets were inserted successfully.
70 // PacketBuffer::kOK otherwise.
77 // PacketBuffer::kOK otherwise.
95 // PacketBuffer::kOK otherwise.
payload_splitter.h 30 kOK = 0,
48 // Returns kOK or an error.
decoder_database.h 30 kOK = 0,
84 // kOK on success; otherwise an error code.
95 // Returns kDecoderNotFound or kOK depending on the outcome of the operation.
143 // Returns kOK if all packets in |packet_list| carry payload types that are
dtmf_buffer.h 50 kOK = 0,
  /external/lzma/CPP/7zip/Archive/
IArchive.h 53 kOK = 0,
66 kOK = 0,
  /external/chromium_org/content/browser/media/
webrtc_getusermedia_browsertest.cc 48 static const char kOK[] = "OK";
357 EXPECT_EQ(kOK, ExecuteJavascriptAndReturnResult(
411 EXPECT_EQ(kOK, ExecuteJavascriptAndReturnResult(
418 EXPECT_EQ(kOK, ExecuteJavascriptAndReturnResult(
425 EXPECT_EQ(kOK, ExecuteJavascriptAndReturnResult(
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
neteq.h 87 kOK = 0,
144 // Returns kOk on success, kFail on failure.
155 // Returns kOK on success, or kFail in case of an error.
167 // associates it with |rtp_payload_type|. Returns kOK on success,
  /external/chromium_org/storage/browser/fileapi/
sandbox_file_system_backend_delegate.cc 57 kOK = 0,
126 UMA_HISTOGRAM_ENUMERATION(kOpenFileSystemLabel, kOK, kFileSystemErrorMax);
637 REPORT(kOK);

Completed in 369 milliseconds