Searched refs:initAsync (Results 1 – 12 of 12) 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);
85 virtual status_t initAsync(const char *addr, unsigned port) = 0;
44 virtual status_t initAsync(const char *host, 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(
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()
402 err = mMediaSender->initAsync( in init()
1727 err = mHDCP->initAsync(mClientInfo.mRemoteIP.c_str(), mHDCPPort); in makeHDCP()