Searched refs:initAsync (Results 1 – 11 of 11) sorted by relevance
83 status_t HDCP::initAsync(const char *host, unsigned port) { in initAsync() function in android::HDCP90 return mHDCPModule->initAsync(host, port); in initAsync()
31 virtual status_t initAsync(const char *host, unsigned port);
86 virtual status_t initAsync(const char *addr, unsigned port) = 0;
88 status_t MediaSender::initAsync( in initAsync() function in android::MediaSender129 err = mTSSender->initAsync( in initAsync()180 status_t err = info->mSender->initAsync( in initAsync()
61 status_t initAsync(
44 virtual status_t initAsync(const char *host, unsigned port) = 0;
46 status_t initAsync(
76 status_t RTPSender::initAsync( in initAsync() function in android::RTPSender
73 virtual status_t initAsync(const char *host, unsigned port) { in initAsync() function221 reply->writeInt32(initAsync(host, port)); in onTransact()
403 err = mMediaSender->initAsync( in init()
1729 err = mHDCP->initAsync(mClientInfo.mRemoteIP.c_str(), mHDCPPort); in makeHDCP()