HomeSort by relevance Sort by last modified time
    Searched full:no_error (Results 76 - 100 of 356) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 45 status_t ret = NO_ERROR;
56 status_t ret = NO_ERROR;
61 if (ret != NO_ERROR) {
87 status_t ret = NO_ERROR;
95 if (ret != NO_ERROR) {
101 if (ret != NO_ERROR) {
126 status_t ret = NO_ERROR;
139 if ( NO_ERROR == ret )
171 if ( NO_ERROR == ret )
201 if ( NO_ERROR == ret
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 72 int ret = NO_ERROR;
119 status_t ret = NO_ERROR;
123 return NO_ERROR;
152 status_t ret = NO_ERROR;
198 status_t ret = NO_ERROR;
226 int ret = NO_ERROR;
287 status_t ret = NO_ERROR;
340 int ret = NO_ERROR;
405 status_t ret = NO_ERROR;
419 return NO_ERROR;
    [all...]
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.h 63 * NO_ERROR on success, or an appropriate error status.
69 * NO_ERROR on success, or an appropriate error status. If this method is
88 * NO_ERROR on success, or an appropriate error status.
97 * NO_ERROR on success, or an appropriate error status. If this method is
115 * NO_ERROR on success, or an appropriate error status.
135 * NO_ERROR on success, or an appropriate error status.
142 * NO_ERROR on success, or an appropriate error status.
157 * NO_ERROR on success, or an appropriate error status.
259 * NO_ERROR on success, or an appropriate error status.
287 * NO_ERROR on success, or an appropriate error status
    [all...]
JpegCompressor.cpp 57 return NO_ERROR;
EmulatedFakeCameraDevice.cpp 68 return NO_ERROR;
74 return NO_ERROR;
84 return NO_ERROR;
94 return NO_ERROR;
116 if (res == NO_ERROR) {
171 return NO_ERROR;
178 return NO_ERROR;
  /frameworks/base/include/media/
AudioEffect.h 63 * NO_ERROR successful operation.
82 * NO_ERROR successful operation.
102 * NO_ERROR successful operation.
122 * as output, the number of descriptor returned if status is NO_ERROR or the actual
126 * NO_ERROR successful operation.
255 * - NO_ERROR or ALREADY_EXISTS: successful initialization
272 * - NO_ERROR: the effect engine is successfully created and the application has control.
303 * - NO_ERROR: successful operation
316 * - NO_ERROR: successful operation.
333 * - NO_ERROR: successful operation
    [all...]
AudioRecord.h 107 * - NO_ERROR: successful operation
171 * - NO_ERROR: successful intialization
240 * - NO_ERROR: successful operation
259 * - NO_ERROR: successful operation
274 * - NO_ERROR: successful operation
301 * STOPPED instead of NO_ERROR as long as there are buffers availlable,
343 virtual status_t readyToRun() { return NO_ERROR; }
  /frameworks/base/libs/camera/
ICameraRecordingProxy.cpp 85 return NO_ERROR;
91 return NO_ERROR;
98 return NO_ERROR;
ICameraService.cpp 81 return NO_ERROR;
91 return NO_ERROR;
98 return NO_ERROR;
  /frameworks/base/libs/gui/
ISensorEventConnection.cpp 88 return NO_ERROR;
96 return NO_ERROR;
104 return NO_ERROR;
ISurfaceComposer.cpp 146 int err = NO_ERROR;
149 if (err != NO_ERROR) {
155 if (err != NO_ERROR) {
162 if (err != NO_ERROR) {
169 if (err != NO_ERROR) {
258 return NO_ERROR;
ISurfaceComposerClient.cpp 117 return NO_ERROR;
122 return NO_ERROR;
135 return NO_ERROR;
142 return NO_ERROR;
SensorManager.cpp 72 if (err != NO_ERROR) {
99 return NO_ERROR;
118 if (assertStateLocked() == NO_ERROR) {
135 while (assertStateLocked() == NO_ERROR) {
  /frameworks/base/media/libmedia/
IEffectClient.cpp 103 return NO_ERROR;
110 return NO_ERROR;
135 return NO_ERROR;
  /frameworks/base/services/surfaceflinger/
SurfaceTextureLayer.cpp 47 return NO_ERROR;
87 if (err == NO_ERROR) {
113 if (err != NO_ERROR) {
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 93 return NO_ERROR;
99 return NO_ERROR;
139 return NO_ERROR;
  /frameworks/base/libs/ui/
PixelFormat.cpp 76 return NO_ERROR;
113 return NO_ERROR;
  /frameworks/base/media/libmediaplayerservice/
MidiMetadataRetriever.cpp 65 if (mMidiPlayer == 0 || mMidiPlayer->initCheck() != NO_ERROR) {
74 if (mMidiPlayer->getDuration(&duration) != NO_ERROR) {
  /hardware/ti/omap4xxx/camera/
CameraProperties.cpp 77 return NO_ERROR;
97 status_t ret = NO_ERROR;
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 450 if (rc != NO_ERROR) {
470 if (camera->getStatus() != NO_ERROR) {
536 if (camera->setPreviewDisplay(surface) != NO_ERROR) {
553 if (camera->setPreviewTexture(surfaceTexture) != NO_ERROR) {
565 if (camera->startPreview() != NO_ERROR) {
621 if (c->autoFocus() != NO_ERROR) {
633 if (c->cancelAutoFocus() != NO_ERROR) {
663 if (camera->takePicture(msgType) != NO_ERROR) {
681 if (camera->setParameters(params8) != NO_ERROR) {
702 if (camera->reconnect() != NO_ERROR) {
    [all...]
  /development/host/windows/usb/api/
adb_io_completion.cpp 43 SetLastError(NO_ERROR);
  /frameworks/base/cmds/keystore/
keystore.h 28 NO_ERROR = STATE_NO_ERROR, // 1
  /frameworks/base/libs/binder/
MemoryHeapBase.cpp 58 if (mapfd(fd, size) == NO_ERROR) {
79 if (mapfd(fd, size) == NO_ERROR) {
104 return NO_ERROR;
145 return NO_ERROR;
  /frameworks/base/libs/storage/
IMountShutdownObserver.cpp 35 return NO_ERROR;
  /frameworks/base/libs/utils/
ZipFileCRO.cpp 24 if (zip->open(path) == NO_ERROR) {

Completed in 698 milliseconds

1 2 34 5 6 7 8 91011>>