Home | History | Annotate | Download | only in observers

Lines Matching refs:mds

135     sp<IMDService> mds = interface_cast<IMDService>(
137 if (mds == NULL) {
138 ETRACE("Fail to get MDS service");
141 mMDSCbRegistrar = mds->getCallbackRegistrar();
143 ETRACE("failed to create mds base Client");
153 mMDSInfoProvider = mds->getInfoProvider();
155 ETRACE("failed to create mds video Client");
159 mMDSConnObserver = mds->getConnectionObserver();
161 ETRACE("failed to create mds video Client");
164 mMDSDecoderConfig = mds->getDecoderConfig();
166 ETRACE("failed to create mds decoder Client");
179 ITRACE("MDS client is initialized");
206 ETRACE("failed to create MDS client init thread");
225 // initialize MDS client once. This should succeed if MDS service starts
227 // if surface flinger runs first, MDS client will be initialized asynchronously in
231 ETRACE("failed to initialize MDS client");
233 // Start a working thread to initialize MDS client if exception happens
270 // try to create MDS client in the working thread
271 // multiple delayed attempts are made until MDS service starts.
273 // Return false if MDS service is running or loop limit is reached
277 ETRACE("failed to initialize MDS client");
283 ETRACE("failed to initialize MDS client, loop limit reached");