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

  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 115 int32_t init_result = local
118 if (init_result != WEBRTC_VIDEO_CODEC_OK) {
120 init_result);
123 init_result = decoder_->InitDecode(config_.codec_settings, nbr_of_cores);
124 if (init_result != WEBRTC_VIDEO_CODEC_OK) {
126 init_result);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 135 status_t init_result; local
154 init_result = p->initCheck();
155 if (init_result == NO_ERROR) {
159 " (res = %d)", playerType, init_result);
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp 74 bool init_result; local
76 std::tie(init_result, error_code) = bt_binder.BluetoothBinderInitInterface();
82 doc.AddMember(sl4n::kResultStr, init_result, doc.GetAllocator());
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 591 init_result (
751 err_status = init_result (&result, result_buf, buf, buflen);
797 err_status = init_result (&result, result_buf, buf, buflen);
1497 init_result ( function
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 1649 int init_result = JNI_FALSE; local
    [all...]
  /external/v8/src/parsing/
parser.cc 5826 Expression* init_result = local
    [all...]

Completed in 4765 milliseconds