Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 25 of 67) sorted by relevance

123

/device/google/marlin/vibrator/
DVibrator.cpp54 return Status::OK; in on()
63 return Status::OK; in off()
84 return Status::OK; in setAmplitude()
106 _hidl_cb(Status::OK, CLICK_TIMING_MS); in perform()
Dservice.cpp52 return OK; in registerVibratorService()
59 if (status != OK) { in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dintrcheck.c27 #define OK macro
91 #define OK macro
96 #ifndef OK
/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.cpp63 if (res != OK) { in start()
97 return OK; in cancel()
101 return OK; in readyToRun()
110 mListener->onJpegDone(mJpegBuffer, res == OK); in threadLoop()
197 return OK; in compress()
218 status_t res = OK; in waitForDone()
222 return (res == OK); in waitForDone()
DSensor.cpp135 if (res != OK) { in startUp()
146 if (res != OK) { in shutDown()
190 if (res != OK && res != TIMED_OUT) { in waitForVSync()
206 } else if (res != OK || mCapturedBuffers == NULL) { in waitForNewFrame()
232 return OK; in readyToRun()
/device/huawei/angler/dumpstate/
Dservice.cpp27 using ::android::OK;
33 if (dumpstate->registerAsService() != OK) { in main()
/device/google/marlin/dumpstate/
Dservice.cpp27 using ::android::OK;
33 if (dumpstate->registerAsService() != OK) { in main()
/device/google/dragon/dumpstate/
Dservice.cpp27 using ::android::OK;
33 if (dumpstate->registerAsService() != OK) { in main()
/device/lge/bullhead/dumpstate/
Dservice.cpp27 using ::android::OK;
33 if (dumpstate->registerAsService() != OK) { in main()
/device/asus/fugu/dumpstate/
Dservice.cpp27 using ::android::OK;
33 if (dumpstate->registerAsService() != OK) { in main()
/device/google/marlin/usb/
Dservice.cpp31 using android::OK;
39 if (status != OK) { in main()
/device/asus/fugu/libaudio/
DAudioOutput.cpp95 return OK; in initCheck()
229 if (initCheck() == OK) in openPCMDevice()
263 if (OK != ret) { in getNextWriteTimestamp()
305 return OK; in getNextWriteTimestamp()
343 if (OK == initCheck()) { in reset()
381 return OK; in getDMAStartData()
DAudioStreamOut.cpp356 if (mRoutingLock.tryLock() != OK) { in getPresentationPosition()
391 if (audioOutput->getHardwareTimestamp(&avail, timestamp) == OK) { in getPresentationPosition_l()
523 if (OK != res) { in updateTargetOutputs()
704 if (OK == (*I)->getNextWriteTimestamp(&tmp, &discon)) { in getNextWriteTimestamp_internal()
740 return OK; in getNextWriteTimestamp_internal()
DATVAudioPolicyManager.cpp88 if (parameters.getInt(String8("force"), forceValue) == OK) { in setDeviceConnectionState()
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp121 if (res != OK) { in Initialize()
128 if (res != OK) { in Initialize()
182 if (mStatus == STATUS_CLOSED) return OK; in closeCamera()
358 return OK; in configureStreams()
828 if (res != OK) { in processCaptureRequest()
892 if (res == OK) { in processCaptureRequest()
915 if (res != OK) { in processCaptureRequest()
921 if (res != OK) { in processCaptureRequest()
953 if (res != OK) { in processCaptureRequest()
999 return OK; in processCaptureRequest()
[all …]
DEmulatedFakeCamera2.cpp116 if (res != OK) { in Initialize()
122 if (res != OK) { in Initialize()
127 if (res != OK) return res; in Initialize()
325 if (res != OK) { in constructDefaultRequest()
332 if (res != OK) { in constructDefaultRequest()
689 return OK; in waitUntilRunning()
700 return OK; in newRequestAvailable()
1138 return OK; in waitUntilRunning()
1147 if (res != OK) { in waitForReady()
1372 if (res != OK) { in threadLoop()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dbadkey.pem2 Bad Key, though the cert should be OK
22 Bad Key, though the cert should be OK
Dcheck_soundcard.vbs1 rem Check for a working sound-card - exit with 0 if OK, 1 otherwise.
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DStrings.uni23 #string STR_MEMORY_TEST_PERCENT #language en-US "% of the system memory tested OK"
27 #string STR_MEM_TEST_COMPLETED #language en-US " bytes of system memory tested OK\r\n"
/device/linaro/hikey/bluetooth/
Dservice.cc36 if (status == android::OK) in main()
/device/google/contexthub/util/common/
Dfile.cpp66 mInitCheck = (mFd >= 0) ? OK : -errno; in setTo()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DStrings.uni43 #string STR_MEMORY_TEST_PERCENT #language en-US "% of the system memory tested OK"
47 #string STR_MEM_TEST_COMPLETED #language en-US " bytes of system memory tested OK\r\n"
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp109 return OK; in cacheOpsInternal()
114 int ret = OK; in cacheOpsInternal()
388 int rc = OK; in alloc()
469 int rc = OK; in allocOneBuffer()
521 return OK; in allocOneBuffer()
818 return OK; in allocate()
861 return OK; in allocateMore()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp109 return OK; in cacheOpsInternal()
114 int ret = OK; in cacheOpsInternal()
388 int rc = OK; in alloc()
469 int rc = OK; in allocOneBuffer()
521 return OK; in allocOneBuffer()
818 return OK; in allocate()
861 return OK; in allocateMore()
/device/google/contexthub/sensorhal/
Dactivity.cpp390 return mHubConnection->initCheck() == OK in getHubAlive()
391 && mHubConnection->getAliveCheck() == OK; in getHubAlive()

123