HomeSort by relevance Sort by last modified time
    Searched refs:OK (Results 126 - 150 of 3045) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 48 if (result != OK) return result;
53 if (result != OK) return result;
65 if (result == OK && framesOverrun > 0) {
69 } else if (result != OK) {
82 if (result == OK && bytesRead > 0) {
87 ALOGE_IF(result != OK, "Error while reading data from HAL: %d", result);
AudioStreamOutSink.cpp 46 if (result != OK) return result;
51 if (result != OK) return result;
67 if (ret == OK && written > 0) {
73 ALOGE_IF(ret != OK, "Error while writing data to HAL: %d", ret);
82 if (mStream->getPresentationPosition(&position64, &time) != OK) {
87 return OK;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.cpp 80 return OK;
87 return OK;
92 return OK;
98 return OK;
103 return OK;
115 return OK;
Camera3SharedOutputStream.cpp 49 status_t res = OK;
66 if (res != OK) {
77 status_t res = OK;
103 status_t ret = OK;
121 if (ret != OK) {
138 if (res != OK) {
149 if (res != OK) {
168 return OK;
177 if (res == OK) {
179 if (res != OK) {
    [all...]
Camera3OutputStream.cpp 175 if (res != OK) {
186 return OK;
201 if (res != OK) {
208 return OK;
251 if (res != OK) {
276 if (res != OK) {
283 if (res != OK) {
296 if (res != OK) {
325 status_t res = OK;
335 if (res != OK) {
    [all...]
  /device/generic/goldfish/keymaster/strongbox/
service.cpp 37 if (status != android::OK) {
43 if (status != android::OK) {
  /device/google/marlin/usb/
service.cpp 33 using android::OK;
41 if (status != OK) {
  /device/google/wahoo/power-libperfmgr/
service.cpp 26 using android::OK;
48 if (status != OK) {
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 11 public static final int OK = 0;
41 case OK:
42 return "OK";
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
sequential_thunk.cc 32 return tensorflow::Status::OK();
41 return tensorflow::Status::OK();
  /external/tensorflow/tensorflow/contrib/cloud/ops/
bigquery_reader_ops.cc 37 return Status::OK();
68 return Status::OK();
  /external/tensorflow/tensorflow/core/distributed_runtime/
recent_request_ids.cc 35 return Status::OK();
54 return Status::OK();
  /external/tensorflow/tensorflow/core/ops/
function_ops.cc 28 return Status::OK();
43 return Status::OK();
  /frameworks/av/camera/camera2/
SubmitInfo.cpp 30 if (res != OK) return res;
41 if (res != OK) return res;
  /frameworks/av/media/img_utils/src/
Input.cpp 24 status_t Input::open() { return OK; }
26 status_t Input::close() { return OK; }
  /frameworks/av/media/libmedia/
BufferingSettings.cpp 37 return OK;
47 return OK;
  /frameworks/av/media/libstagefright/
AMRWriter.cpp 36 mInitCheck(mFd < 0? NO_INIT: OK),
58 if (mInitCheck != OK) {
94 return OK;
98 if (mInitCheck != OK) {
109 return OK;
112 return OK;
117 if (err != OK) {
133 return OK;
138 return OK;
141 return OK;
    [all...]
  /hardware/google/av/codec2/1.0/mts/component/
MtsHalC2V1_0TargetComponentTest.cpp 59 ASSERT_EQ(_s, Status::OK);
91 ASSERT_EQ(err, Status::OK);
95 ASSERT_EQ(_s, Status::OK);
106 ASSERT_EQ(err, Status::OK);
111 ASSERT_EQ(err, Status::OK);
114 ASSERT_EQ(err, Status::OK);
131 ASSERT_EQ(_s, Status::OK);
158 ASSERT_EQ(_s, Status::OK);
170 ASSERT_EQ(_s, Status::OK);
181 ASSERT_EQ(_s, Status::OK);
    [all...]
  /hardware/interfaces/authsecret/1.0/default/
service.cpp 30 using android::OK;
37 LOG_ALWAYS_FATAL_IF(status != OK, "Could not register IAuthSecret");
  /hardware/interfaces/configstore/1.1/default/
service.cpp 32 using android::OK;
41 LOG_ALWAYS_FATAL_IF(status != OK, "Could not register ISurfaceFlingerConfigs");
  /hardware/interfaces/radio/1.2/default/
radio-service.cpp 29 using android::OK;
36 ALOGW_IF(status != OK, "Could not register IRadio v1.2");
sap-service.cpp 29 using android::OK;
36 ALOGW_IF(status != OK, "Could not register ISap v1.2");
  /hardware/interfaces/radio/config/1.0/default/
service.cpp 30 using android::OK;
37 ALOGW_IF(status != OK, "Could not register IRadioConfig");
  /hardware/interfaces/usb/1.0/default/
service.cpp 31 using android::OK;
40 if (status == OK) {
  /hardware/interfaces/vibrator/1.0/vts/functional/
VtsHalVibratorV1_0TargetTest.cpp 65 ASSERT_TRUE(status == Status::OK || status == Status::UNSUPPORTED_OPERATION);
66 if (status == Status::OK) {
74 EXPECT_EQ(Status::OK, vibrator->on(2000));
76 EXPECT_EQ(Status::OK, vibrator->off());
86 EXPECT_EQ(Status::OK, vibrator->setAmplitude(1));
87 EXPECT_EQ(Status::OK, vibrator->on(2000));
88 EXPECT_EQ(Status::OK, vibrator->setAmplitude(128));
90 EXPECT_EQ(Status::OK, vibrator->setAmplitude(255));

Completed in 1091 milliseconds

1 2 3 4 56 7 8 91011>>