Searched refs:check_liblog_result (Results 1 – 1 of 1) sorted by relevance
42 fn check_liblog_result(status: i32) -> Result<(), LogContextError> { in check_liblog_result() function81 check_liblog_result(unsafe { log_bindgen::android_log_write_int32(self.ctx, data) })?; in append_i32()89 check_liblog_result(unsafe { log_bindgen::android_log_write_int64(self.ctx, data) })?; in append_i64()97 check_liblog_result(unsafe { log_bindgen::android_log_write_float32(self.ctx, data) })?; in append_f32()106 check_liblog_result(unsafe { in append_str()120 check_liblog_result(unsafe { log_bindgen::android_log_write_list_begin(self.ctx) })?; in begin_list()128 check_liblog_result(unsafe { log_bindgen::android_log_write_list_end(self.ctx) })?; in end_list()136 check_liblog_result(unsafe { in write()