Home
last modified time | relevance | path

Searched refs:OSStatus (Results 1 - 21 of 21) sorted by relevance

/third_party/gn/src/base/mac/
H A Dmac_logging.h18 // system routines that report status via an OSStatus or OSErr value. It is
20 // global (or thread-local) OSStatus or OSErr value, the specific error must
25 // OSErr is just an older 16-bit form of the newer 32-bit OSStatus. Despite
26 // the name, OSSTATUS_LOG can be used equally well for OSStatus and OSErr.
31 std::string DescriptionFromOSStatus(OSStatus err);
38 OSStatus status);
42 OSStatus status_;
/third_party/libuv/src/unix/
H A Ddarwin-stub.h34 typedef int OSStatus; typedef
73 static const OSStatus noErr = 0;
H A Ddarwin-proctitle.c63 OSStatus (*pLSSetApplicationInformationItem)(int, in uv__set_process_title()
/third_party/node/deps/uv/src/unix/
H A Ddarwin-stub.h35 typedef int OSStatus; typedef
89 static const OSStatus noErr = 0;
H A Ddarwin-proctitle.c63 OSStatus (*pLSSetApplicationInformationItem)(int, in uv__set_process_title()
/third_party/curl/lib/vtls/
H A Dsectransp.c835 static OSStatus sectransp_bio_cf_in_read(SSLConnectionRef connection, in sectransp_bio_cf_in_read()
846 OSStatus rtn = noErr; in sectransp_bio_cf_in_read()
875 static OSStatus sectransp_bio_cf_out_write(SSLConnectionRef connection, in sectransp_bio_cf_out_write()
886 OSStatus rtn = noErr; in sectransp_bio_cf_out_write()
1041 static OSStatus CopyIdentityWithLabelOldSchool(char *label, in CopyIdentityWithLabelOldSchool()
1044 OSStatus status = errSecItemNotFound; in CopyIdentityWithLabelOldSchool()
1080 static OSStatus CopyIdentityWithLabel(char *label, in CopyIdentityWithLabel()
1083 OSStatus status = errSecItemNotFound; in CopyIdentityWithLabel()
1130 OSStatus err = noErr; in CopyIdentityWithLabel()
1137 OSStatus copy_statu in CopyIdentityWithLabel()
[all...]
/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c196 static OSStatus tls_read_cb(SSLConnectionRef connection, void *data, size_t *dataLength) in tls_read_cb()
225 static OSStatus tls_write_cb(SSLConnectionRef connection, const void *data, size_t *dataLength) in tls_write_cb()
259 OSStatus status = func(__VA_ARGS__); \
295 OSStatus status = SSLHandshake(c->ssl_context); in tls_open()
347 static int map_ssl_error(OSStatus status, size_t processed) in map_ssl_error()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-1488-options.h3 typedef int OSStatus; typedef
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-detect.c70 OSStatus err; in ca_device_added()
119 OSStatus err; in ca_update_device_list()
189 static OSStatus property_listener_proc(AudioObjectID objectID, UInt32 numberAddresses, in property_listener_proc()
H A Dmodule-coreaudio-device.c135 static OSStatus io_render_proc (AudioDeviceID device, in io_render_proc()
161 static OSStatus ca_stream_format_changed(AudioObjectID objectID, in ca_stream_format_changed()
186 OSStatus err; in get_latency_us()
406 OSStatus err; in ca_device_create_sink()
540 OSStatus err; in ca_device_create_source()
650 OSStatus err; in ca_device_create_streams()
759 OSStatus err; in pa__init()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp40 OSStatus status = noErr;
95 OSStatus status = noErr;
H A Dubrkperfold.cpp183 OSStatus status = noErr; in createMACBrkIt()
320 OSStatus status = noErr; in doForwardTest()
/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c647 OSStatus status; in videotoolbox_sample_buffer_create()
687 OSStatus status, in videotoolbox_decoder_callback()
709 static OSStatus videotoolbox_session_decode_frame(AVCodecContext *avctx) in videotoolbox_session_decode_frame()
711 OSStatus status; in videotoolbox_session_decode_frame()
742 OSStatus status; in videotoolbox_format_desc_create()
863 OSStatus status; in videotoolbox_start()
990 static const char *videotoolbox_error_string(OSStatus status) in videotoolbox_error_string()
1005 OSStatus status; in ff_videotoolbox_common_end_frame()
H A Daudiotoolboxdec.c285 OSStatus status; in ffat_set_extradata()
307 OSStatus status; in ffat_create_decoder()
427 static OSStatus ffat_decode_callback(AudioConverterRef converter, UInt32 *nb_packets, in ffat_decode_callback()
491 OSStatus ret; in ffat_decode()
H A Daudiotoolboxenc.c234 OSStatus status; in ffat_init_encoder()
451 static OSStatus ffat_encode_callback(AudioConverterRef converter, UInt32 *nb_packets, in ffat_encode_callback()
498 OSStatus ret; in ffat_encode()
H A Dvideotoolboxenc.c59 typedef OSStatus (*getParameterSetAtIndex)(CMFormatDescriptionRef videoDesc,
633 OSStatus status, in vtenc_output_callback()
2335 OSStatus vtstatus; in create_cv_pixel_buffer()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-1488-options.rs8 pub type OSStatus = ::std::os::raw::c_int; types
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c142 static OSStatus
149 OSStatus err; in FT_ATSFontGetFileReference()
161 OSStatus err; in FT_ATSFontGetFileReference()
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c199 OSStatus status = FMCreateFontFamilyIterator( NULL, NULL, in FT_EXPORT_DEF()
288 static OSStatus
292 OSStatus err; in FT_ATSFontGetFileReference()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc207 OSStatus status; in create_ct_font()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp2194 OSStatus searchStatus = ::UCCompareTextDefault (aOptions, in Compare()

Completed in 23 milliseconds