/packages/services/BuiltInPrintService/jni/include/ |
D | lib_wprint.h | 290 status_t (*start_job)(wJob_t job_handle, const ifc_wprint_t *wprint_ifc, 293 status_t (*print_page)(wprint_job_params_t *job_params, const char *mime_type, 296 status_t (*print_blank_page)(wJob_t job_handle, wprint_job_params_t *job_params, 299 status_t (*end_job)(wprint_job_params_t *job_params); 316 status_t wprintGetCapabilities(const wprint_connect_info_t *connect_info, 328 status_t wprintGetDefaultJobParams(wprint_job_params_t *job_params); 333 status_t wprintGetFinalJobParams(wprint_job_params_t *job_param, 349 status_t wprintEndJob(wJob_t job_handle); 360 status_t wprintPage(wJob_t job_handle, int page_number, const char *filename, bool last_page, 367 status_t wprintCancelJob(wJob_t job_handle); [all …]
|
D | ifc_print_job.h | 31 status_t (*init)(const struct ifc_print_job_st *this_p, const char *printer_address, int port, 37 status_t (*validate_job)(const struct ifc_print_job_st *this_p, wprint_job_params_t *job_params, 43 status_t (*start_job)(const struct ifc_print_job_st *this_p, 56 status_t (*check_status)(const struct ifc_print_job_st *this_p); 61 status_t (*end_job)(const struct ifc_print_job_st *this_p);
|
D | wprint_msgq.h | 38 status_t msgQDelete(msg_q_id msgQ); 40 status_t msgQSend(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout, 43 status_t msgQReceive(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout);
|
D | ifc_wprint.h | 58 status_t (*msgQDelete)(msg_q_id msgQ); 63 status_t (*msgQSend)(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout, 69 status_t (*msgQReceive)(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout);
|
D | ifc_printer_capabilities.h | 36 status_t (*get_capabilities)(const struct ifc_printer_capabilities_st *this_p, 42 status_t (*get_margins)(const struct ifc_printer_capabilities_st *this_p,
|
/packages/modules/StatsD/statsd/src/ |
D | StatsService.h | 68 virtual status_t dump(int fd, const char** args, uint32_t numArgs) override; 69 virtual status_t handleShellCommand(int in, int out, int err, const char** argv, 294 status_t cmd_trigger_broadcast(int outFd, Vector<String8>& args); 300 status_t cmd_trigger_active_config_broadcast(int outFd, Vector<String8>& args); 305 status_t cmd_config(int inFd, int outFd, int err, Vector<String8>& args); 310 status_t cmd_print_stats(int outFd, const Vector<String8>& args); 315 status_t cmd_dump_report(int outFd, const Vector<String8>& args); 320 status_t cmd_print_uid_map(int outFd, const Vector<String8>& args); 325 status_t cmd_write_data_to_disk(int outFd); 331 status_t cmd_log_app_breadcrumb(int outFd, const Vector<String8>& args); [all …]
|
/packages/services/Car/car-lib/native/CarPowerManager/ |
D | CarPowerPolicy.cpp | 27 using android::status_t; 36 status_t CarPowerPolicy::writeToParcel(Parcel* parcel) const { in writeToParcel() 37 status_t status = parcel->writeString8(mPolicyId); in writeToParcel() 48 status_t CarPowerPolicy::readFromParcel(const Parcel* parcel) { in readFromParcel() 49 status_t status = parcel->readString8(&mPolicyId); in readFromParcel()
|
D | CarPowerPolicyFilter.cpp | 27 using android::status_t; 32 status_t CarPowerPolicyFilter::writeToParcel(Parcel* parcel) const { in writeToParcel() 36 status_t CarPowerPolicyFilter::readFromParcel(const Parcel* parcel) { in readFromParcel()
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | wprint_msgq.c | 78 status_t msgQDelete(msg_q_id msgQ) { in msgQDelete() 95 status_t msgQSend(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout, in msgQSend() 99 status_t result = ERROR; in msgQSend() 121 status_t msgQReceive(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout) { in msgQReceive() 124 status_t result = ERROR; in msgQReceive() 128 result = (status_t) sem_wait(msgq->sem_ptr); in msgQReceive() 131 result = (status_t) sem_trywait(msgq->sem_ptr); in msgQReceive()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.h | 144 status_t (*get_hdr)(wprint_image_info_t *image_info); 154 status_t (*cleanup)(wprint_image_info_t *image_info); 159 status_t (*supports_subsampling)(wprint_image_info_t *image_info); 181 status_t wprint_image_get_info(FILE *imgfile, wprint_image_info_t *image_info); 186 status_t wprint_image_set_output_properties(wprint_image_info_t *image_info,
|
D | lib_pcl.h | 137 status_t (*end_job)(pcl_job_info_t *job_info); 143 status_t (*start_page)(pcl_job_info_t *job_info, 150 status_t (*end_page)(pcl_job_info_t *job_info, 158 status_t (*print_swath)(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows,
|
D | wprint_mupdf.c | 41 static status_t _mupdf_get_hdr(wprint_image_info_t *image_info) { in _mupdf_get_hdr() 48 status_t result; in _mupdf_get_hdr() 111 static status_t _mupdf_cleanup(wprint_image_info_t *image_info) { in _mupdf_cleanup() 125 static status_t _mupdf_supports_subsampling(wprint_image_info_t *image_info) { in _mupdf_supports_subsampling()
|
D | plugin_pcl.c | 155 static status_t _start_thread(plugin_data_t *param) { in _start_thread() 157 status_t result; in _start_thread() 173 result = (status_t) pthread_create(&(param->send_tid), 0, _send_thread, (void *) param); in _start_thread() 198 static status_t _stop_thread(plugin_data_t *priv) { in _stop_thread() 199 status_t result = ERROR; in _stop_thread() 277 static status_t _setup_image_info(wprint_job_params_t *job_params, wprint_image_info_t *image_info, in _setup_image_info() 280 status_t result; in _setup_image_info() 362 static status_t _print_page(wprint_job_params_t *job_params, const char *mime_type, in _print_page() 365 status_t result; in _print_page()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/ |
D | AnbrMode.cpp | 65 status_t AnbrMode::writeToParcel(Parcel* out) const in writeToParcel() 67 status_t err; in writeToParcel() 87 status_t AnbrMode::readFromParcel(const Parcel* in) in readFromParcel() 89 status_t err; in readFromParcel()
|
D | AmrParams.cpp | 68 status_t AmrParams::writeToParcel(Parcel* out) const in writeToParcel() 70 status_t err; in writeToParcel() 98 status_t AmrParams::readFromParcel(const Parcel* in) in readFromParcel() 100 status_t err; in readFromParcel()
|
D | RtpContextParams.cpp | 75 status_t RtpContextParams::writeToParcel(Parcel* out) const in writeToParcel() 77 status_t err; in writeToParcel() 108 status_t RtpContextParams::readFromParcel(const Parcel* in) in readFromParcel() 110 status_t err; in readFromParcel()
|
D | RtpHeaderExtension.cpp | 79 status_t RtpHeaderExtension::writeToParcel(Parcel* parcel) const in writeToParcel() 81 status_t err; in writeToParcel() 113 status_t RtpHeaderExtension::readFromParcel(const Parcel* parcel) in readFromParcel() 115 status_t err; in readFromParcel()
|
D | RtcpConfig.cpp | 57 status_t RtcpConfig::writeToParcel(Parcel* out) const in writeToParcel() 59 status_t err; in writeToParcel() 93 status_t RtcpConfig::readFromParcel(const Parcel* in) in readFromParcel() 95 status_t err; in readFromParcel()
|
D | EvsParams.cpp | 78 status_t EvsParams::writeToParcel(Parcel* out) const in writeToParcel() 80 status_t err; in writeToParcel() 121 status_t EvsParams::readFromParcel(const Parcel* in) in readFromParcel() 123 status_t err; in readFromParcel()
|
D | TextConfig.cpp | 93 status_t TextConfig::writeToParcel(Parcel* out) const in writeToParcel() 95 status_t err; in writeToParcel() 142 status_t TextConfig::readFromParcel(const Parcel* in) in readFromParcel() 144 status_t err; in readFromParcel()
|
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEvent.h | 157 int64_t GetLong(size_t key, status_t* err) const; 158 int GetInt(size_t key, status_t* err) const; 159 const char* GetString(size_t key, status_t* err) const; 160 bool GetBool(size_t key, status_t* err) const; 161 float GetFloat(size_t key, status_t* err) const; 162 std::vector<uint8_t> GetStorage(size_t key, status_t* err) const; 235 status_t updateValue(size_t key, T& value, Type type) { in updateValue()
|
/packages/modules/Connectivity/staticlibs/native/nettestutils/ |
D | DumpService.cpp | 26 android::status_t dumpService(const android::sp<android::IBinder>& binder, in dumpService() 38 android::status_t ret; in dumpService() 62 android::status_t dumpService(const ndk::SpAIBinder& binder, in dumpService() 71 android::status_t ret; in dumpService()
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipp_print.c | 28 static status_t _init(const ifc_print_job_t *this_p, const char *printer_address, int port, 31 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params, 34 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params, 39 static status_t _end_job(const ifc_print_job_t *this_p); 79 static status_t _init(const ifc_print_job_t *this_p, const char *printer_address, int port, in _init() 436 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params, in _validate_job() 439 status_t result = ERROR; in _validate_job() 505 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params, in _start_job() 508 status_t result; in _start_job() 585 static status_t _end_job(const ifc_print_job_t *this_p) { in _end_job() [all …]
|
/packages/services/Car/cpp/car_binder_lib/largeParcelable/include/ |
D | SharedMemory.h | 35 using ::android::status_t; 64 inline status_t getErr() const { return -mErrno; } in getErr() 89 status_t lock();
|
/packages/services/Car/libs/procfs-inspector/server/ |
D | process.cpp | 21 status_t procfsinspector::ProcessInfo::writeToParcel(Parcel* parcel) const { in writeToParcel() 27 status_t procfsinspector::ProcessInfo::readFromParcel(const Parcel* parcel) { in readFromParcel()
|