HomeSort by relevance Sort by last modified time
    Searched refs:Rating (Results 1 - 13 of 13) sorted by null

  /frameworks/base/media/java/android/media/
Rating.aidl 19 parcelable Rating;
Rating.java 25 * A class to encapsulate rating information used as content metadata.
26 * A rating is defined by its rating style (see {@link #RATING_HEART},
28 * {@link #RATING_5_STARS} or {@link #RATING_PERCENTAGE}) and the actual rating value (which may
29 * be defined as "unrated"), both of which are defined when the rating instance is constructed
32 public final class Rating implements Parcelable {
34 private final static String TAG = "Rating";
37 * A rating style with a single degree of rating, "heart" vs "no heart". Can be used to
43 * A rating style for "thumb up" vs "thumb down"
    [all...]
IRemoteControlClient.aidl 20 import android.media.Rating;
61 void updateMetadata(int clientGeneration, int key, in Rating value);
IAudioService.aidl 29 import android.media.Rating;
203 void updateRemoteControlClientMetadata(int generationId, int key, in Rating value);
RemoteController.java 490 Rating rating = (Rating) getObject( local
494 rating);
500 // metadata (e.g. user changes the rating of a song more than once during playback)
    [all...]
MediaFocusControl.java 402 (Rating) msg.obj /* value */);
    [all...]
AudioManager.java     [all...]
RemoteControlClient.java     [all...]
AudioService.java     [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 20 UInt64 Rating;
23 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; }
28 Rating /= NumIterations;
35 Rating = (r1.Rating + r2.Rating) / 2;
82 static void PrintRating(FILE *f, UInt64 rating)
84 PrintNumber(f, rating / 1000000, 6);
87 static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating)
91 PrintRating(f, rating);
121 UInt64 rating = GetCompressRating(dictionarySize, info.GlobalTime, info.GlobalFreq, info.UnpackSize); local
136 UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations); local
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 304 milliseconds