Home
last modified time | relevance | path

Searched defs:pstatus (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/frameworks/av/drm/libmediadrm/
H A DDrmUtils.cpp63 Hal* MakeObject(status_t* pstatus, Ts... args) { in MakeObject()
195 sp<IDrm> MakeDrm(IDrmFrontend frontend, status_t* pstatus) { in MakeDrm()
199 sp<ICrypto> MakeCrypto(status_t* pstatus) { in MakeCrypto()
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDrm.cpp29 sp<IDrm> NuPlayerDrm::CreateDrm(status_t *pstatus) in CreateDrm()
34 sp<ICrypto> NuPlayerDrm::createCrypto(status_t *pstatus) in createCrypto()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddatabase_file.c47 int pstatus = STATUS_SUCCESS; in dbase_file_cache() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dproc.c614 pid_t pstatus; in apr_proc_wait() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dproc.c394 pid_t pstatus; in apr_proc_wait() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dproc.c304 pid_t pstatus; in apr_proc_wait() local
/aosp_15_r20/external/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c169 static int status_from_str(const char *s, apr_status_t *pstatus) in status_from_str()
/aosp_15_r20/external/libcups/cups/
H A Dhttp-support.c2032 int pstatus; /* Poll status */ in _httpResolveURI() local
/aosp_15_r20/external/libcups/scheduler/
H A Dprinters.c4950 ppd_status_t pstatus; /* PPD load status */ in load_ppd() local
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DthreadControl.c2184 jdwpThreadStatus *pstatus, jint *statusFlags) in threadControl_applicationThreadStatus()
/aosp_15_r20/external/curl/lib/
H A Dhttp.c4033 CURLcode Curl_http_decode_status(int *pstatus, const char *s, size_t len) in Curl_http_decode_status()