Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL_IF (Results 1 – 16 of 16) sorted by relevance

/device/google/cuttlefish/guest/hals/gps/
Dgps_vsoc.cpp63 LOG_ALWAYS_FATAL_IF(!callbacks->location_cb); in gce_gps_init()
64 LOG_ALWAYS_FATAL_IF(!callbacks->status_cb); in gce_gps_init()
65 LOG_ALWAYS_FATAL_IF(!callbacks->sv_status_cb); in gce_gps_init()
66 LOG_ALWAYS_FATAL_IF(!callbacks->nmea_cb); in gce_gps_init()
67 LOG_ALWAYS_FATAL_IF(!callbacks->set_capabilities_cb); in gce_gps_init()
68 LOG_ALWAYS_FATAL_IF(!callbacks->acquire_wakelock_cb); in gce_gps_init()
69 LOG_ALWAYS_FATAL_IF(!callbacks->release_wakelock_cb); in gce_gps_init()
70 LOG_ALWAYS_FATAL_IF(!callbacks->create_thread_cb); in gce_gps_init()
71 LOG_ALWAYS_FATAL_IF(!callbacks->request_utc_time_cb); in gce_gps_init()
/device/generic/goldfish/audio/
Ddevice_factory.cpp40 LOG_ALWAYS_FATAL_IF(!mLegacyLib); in DevicesFactory()
45 LOG_ALWAYS_FATAL_IF(!func); in DevicesFactory()
48 LOG_ALWAYS_FATAL_IF(!mLegacyFactory); in DevicesFactory()
Ddevice_port_sink.cpp113 LOG_ALWAYS_FATAL_IF(reader(produceChunk.data, szBytes) < szBytes); in write()
119 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(szBytes) < szBytes); in write()
137 LOG_ALWAYS_FATAL_IF(reader(produceChunk.data, szBytes) < szBytes); in write()
143 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(szBytes) < szBytes); in write()
170 LOG_ALWAYS_FATAL_IF(mRingBuffer.consume(chunk, szBytes) < szBytes); in consumeThread()
Dtalsa.cpp101 LOG_ALWAYS_FATAL_IF(::pcm_close(x) != 0); in operator ()()
140 LOG_ALWAYS_FATAL_IF(!mixerUnref(mMixer)); in ~Mixer()
Ddeleters.h27 LOG_ALWAYS_FATAL_IF(EventFlag::deleteEventFlag(&x) != ::android::OK); in operator()
Dprimary_device.cpp112 LOG_ALWAYS_FATAL_IF(!mOutputStreams.insert(stream.get()).second); in openOutputStream()
139 LOG_ALWAYS_FATAL_IF(!mInputStreams.insert(stream.get()).second); in openInputStream()
342 LOG_ALWAYS_FATAL_IF(mInputStreams.erase(sin) < 1); in unrefDevice()
347 LOG_ALWAYS_FATAL_IF(mOutputStreams.erase(sout) < 1); in unrefDevice()
Ddevice_port_source.cpp119 LOG_ALWAYS_FATAL_IF(mRingBuffer.consume(chunk, writeBufSzBytes) < writeBufSzBytes); in read()
159 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(readBuf.data(), sz) < sz); in producerThread()
164 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(readBuf.size()) < sz); in producerThread()
Dring_buffer.cpp42 LOG_ALWAYS_FATAL_IF(atLeast >= mCapacity); in makeRoomForProduce()
Dstream_in.cpp121 LOG_ALWAYS_FATAL_IF(!mSource); in threadLoop()
304 LOG_ALWAYS_FATAL_IF(!mReadThread->standby()); in standby()
Dstream_out.cpp123 LOG_ALWAYS_FATAL_IF(!mSink); in threadLoop()
311 LOG_ALWAYS_FATAL_IF(!mWriteThread->standby()); in standby()
/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp139 LOG_ALWAYS_FATAL_IF(!sensor); in activate()
172 LOG_ALWAYS_FATAL_IF(!sensor); in batch()
192 LOG_ALWAYS_FATAL_IF(!sensor); in flush()
221 LOG_ALWAYS_FATAL_IF(!sensor); in injectSensorData()
240 LOG_ALWAYS_FATAL_IF(!sensor); in postSensorEvent()
298 LOG_ALWAYS_FATAL_IF(!goldfish::isSensorHandleValid(sensorHandle)); in batchThread()
310 LOG_ALWAYS_FATAL_IF(!sensor); in batchThread()
316 LOG_ALWAYS_FATAL_IF(samplingPeriodNs <= 0); in batchThread()
/device/google/crosshatch/small_hals/
Dservice.cpp32 LOG_ALWAYS_FATAL_IF(OK != registerPassthroughServiceImplementation<IMemtrack>()); in main()
33 LOG_ALWAYS_FATAL_IF(OK != registerPassthroughServiceImplementation<IVibrator>()); in main()
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h32 #define LOG_ALWAYS_FATAL_IF(condition, ...) \ macro
45 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__)
/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp492 LOG_ALWAYS_FATAL_IF(!cb, "Unexpected buffer handle"); in captureRGBA()
602 LOG_ALWAYS_FATAL_IF(!cb, "Unexpected buffer handle"); in captureYU12()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp10051 LOG_ALWAYS_FATAL_IF(status != android::OK, "status %d", status); in registerService()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10714 LOG_ALWAYS_FATAL_IF(status != android::OK, "status %d", status); in registerService()