Searched defs:curScore (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h34 float curScore) { return 0.0; }
40 float curScore) { return 0.0; }
44 float curScore) { return 0.0; }
32 scoreFactory(const sp<IMediaPlayer>& client, const char* url, float curScore) argument
36 scoreFactory(const sp<IMediaPlayer>& client, int fd, int64_t offset, int64_t length, float curScore) argument
42 scoreFactory(const sp<IMediaPlayer>& client, const sp<IStreamSource> &source, float curScore) argument
H A DMediaPlayerFactory.cpp177 float curScore) {
202 float curScore) {
205 if (kOurScore <= curScore)
229 float curScore) {
243 float curScore) {
254 if (kOurScore <= curScore)
276 float curScore) {
279 if (kOurScore <= curScore)
312 float curScore) {
173 scoreFactory(const sp<IMediaPlayer>& client, int fd, int64_t offset, int64_t length, float curScore) argument
200 scoreFactory(const sp<IMediaPlayer>& client, const char* url, float curScore) argument
227 scoreFactory(const sp<IMediaPlayer>& client, const sp<IStreamSource> &source, float curScore) argument
241 scoreFactory(const sp<IMediaPlayer>& client, const char* url, float curScore) argument
272 scoreFactory(const sp<IMediaPlayer>& client, int fd, int64_t offset, int64_t length, float curScore) argument
310 scoreFactory(const sp<IMediaPlayer>& client, const char* url, float curScore) argument

Completed in 31 milliseconds