Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL_IF (Results 1 – 15 of 15) 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()
Ddeleters.h27 LOG_ALWAYS_FATAL_IF(EventFlag::deleteEventFlag(&x) != ::android::OK); in operator()
Dtalsa.cpp29 LOG_ALWAYS_FATAL_IF(pcm_close(x) != 0); in operator ()()
Dstream_in.cpp121 LOG_ALWAYS_FATAL_IF(!mBuffer); in threadLoop()
127 LOG_ALWAYS_FATAL_IF(!mSource); in threadLoop()
309 LOG_ALWAYS_FATAL_IF(!mReadThread->standby()); in standby()
Dstream_out.cpp123 LOG_ALWAYS_FATAL_IF(!mBuffer); in threadLoop()
129 LOG_ALWAYS_FATAL_IF(!mSink); in threadLoop()
339 LOG_ALWAYS_FATAL_IF(!mWriteThread->standby()); in standby()
Dprimary_device.cpp403 LOG_ALWAYS_FATAL_IF(--mNStreams < 0); in unrefDeviceImpl()
/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/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_2_1()
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/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/google/bramble/vibrator/drv2624/
Dservice.cpp42 LOG_ALWAYS_FATAL_IF(status != STATUS_OK); in main()
/device/google/redfin/vibrator/drv2624/
Dservice.cpp42 LOG_ALWAYS_FATAL_IF(status != STATUS_OK); in main()
/device/google/barbet/vibrator/drv2624/
Dservice.cpp48 LOG_ALWAYS_FATAL_IF(status != STATUS_OK); in main()
/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.cpp10039 LOG_ALWAYS_FATAL_IF(status != android::OK, "status %d", status); in registerService()