Searched refs:LOG_ALWAYS_FATAL_IF (Results 1 – 16 of 16) sorted by relevance
/device/google/cuttlefish/guest/hals/gps/ |
D | gps_vsoc.cpp | 63 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/ |
D | device_factory.cpp | 40 LOG_ALWAYS_FATAL_IF(!mLegacyLib); in DevicesFactory() 45 LOG_ALWAYS_FATAL_IF(!func); in DevicesFactory() 48 LOG_ALWAYS_FATAL_IF(!mLegacyFactory); in DevicesFactory()
|
D | device_port_sink.cpp | 113 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()
|
D | talsa.cpp | 101 LOG_ALWAYS_FATAL_IF(::pcm_close(x) != 0); in operator ()() 140 LOG_ALWAYS_FATAL_IF(!mixerUnref(mMixer)); in ~Mixer()
|
D | deleters.h | 27 LOG_ALWAYS_FATAL_IF(EventFlag::deleteEventFlag(&x) != ::android::OK); in operator()
|
D | primary_device.cpp | 112 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()
|
D | device_port_source.cpp | 119 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()
|
D | ring_buffer.cpp | 42 LOG_ALWAYS_FATAL_IF(atLeast >= mCapacity); in makeRoomForProduce()
|
D | stream_in.cpp | 121 LOG_ALWAYS_FATAL_IF(!mSource); in threadLoop() 304 LOG_ALWAYS_FATAL_IF(!mReadThread->standby()); in standby()
|
D | stream_out.cpp | 123 LOG_ALWAYS_FATAL_IF(!mSink); in threadLoop() 311 LOG_ALWAYS_FATAL_IF(!mWriteThread->standby()); in standby()
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors.cpp | 139 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/ |
D | service.cpp | 32 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/ |
D | log.h | 32 #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/ |
D | QemuSensor.cpp | 492 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/ |
D | ril_service.cpp | 10051 LOG_ALWAYS_FATAL_IF(status != android::OK, "status %d", status); in registerService()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 10714 LOG_ALWAYS_FATAL_IF(status != android::OK, "status %d", status); in registerService()
|