/frameworks/av/media/libstagefright/wifi-display/source/ |
H A D | MediaPuller.cpp | 134 int32_t generation; local 135 CHECK(msg->findInt32("generation", &generation)); 137 if (generation != mPullGeneration) { 219 msg->setInt32("generation", mPullGeneration);
|
H A D | PlaybackSession.cpp | 648 int32_t generation; local 649 CHECK(msg->findInt32("generation", &generation)); 651 if (generation != mPullExtractorGeneration) { 845 msg->setInt32("generation", mPullExtractorGeneration);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
H A D | ThreadUtil.java | 23 void updateItemCount(int generation, int itemCount); argument 25 void addTile(int generation, TileList.Tile<T> tile); argument 27 void removeTile(int generation, int position); argument 32 void refresh(int generation); argument
|
/frameworks/av/media/libstagefright/timedtext/ |
H A D | TimedTextPlayer.cpp | 116 int32_t generation = -1; local 117 CHECK(msg->findInt32("generation", &generation)); 118 if (generation != mSendSubtitleGeneration) { 158 int32_t generation; local 159 CHECK(msg->findInt32("generation", &generation)); 160 if (generation != mSendSubtitleGeneration) { 243 msg->setInt32("generation", mSendSubtitleGeneration); 263 msg->setInt32("generation", mSendSubtitleGeneratio [all...] |
/frameworks/base/libs/hwui/ |
H A D | Texture.h | 65 uint32_t generation = 0; member in class:android::uirenderer::Texture
|
H A D | PathCache.h | 63 float offset, int width, int height, int generation) 70 this->generation = generation; 72 PathTexture(Caches& caches, int generation) argument 74 this->generation = generation; 62 PathTexture(Caches& caches, float left, float top, float offset, int width, int height, int generation) argument
|
/frameworks/base/media/java/android/media/tv/ |
H A D | TvStreamConfig.java | 55 generation(source.readInt()).build(); 144 public Builder generation(int generation) { argument 145 mGeneration = generation;
|
/frameworks/native/libs/input/ |
H A D | InputDevice.cpp | 145 void InputDeviceInfo::initialize(int32_t id, int32_t generation, int32_t controllerNumber, argument 149 mGeneration = generation;
|
/frameworks/av/cmds/stagefright/ |
H A D | SimplePlayer.cpp | 251 int32_t generation; local 252 CHECK(msg->findInt32("generation", &generation)); 254 if (generation != mDoMoreStuffGeneration) { 383 msg->setInt32("generation", ++mDoMoreStuffGeneration);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | HTTPLiveSource.cpp | 183 int32_t &generation = isSub ? mFetchSubtitleDataGeneration : mFetchMetaDataGeneration; local 184 generation++; 188 msg->setInt32("generation", generation); 207 int32_t generation; local 208 CHECK(msg->findInt32("generation", &generation)); 210 if (generation != currentGeneration) {
|
H A D | NuPlayerDecoderPassThrough.cpp | 102 int32_t generation; local 103 CHECK(msg->findInt32("generation", &generation)); 104 return generation != mBufferGeneration; 339 reply->setInt32("generation", mBufferGeneration);
|
H A D | RTSPSource.cpp | 300 msg->setInt32("generation", ++mSeekGeneration); 331 int32_t generation; local 332 CHECK(msg->findInt32("generation", &generation)); 335 if (generation != mSeekGeneration) {
|
H A D | NuPlayerDecoder.cpp | 479 // decoder after flushing and increment the generation to discard unnecessary messages. 578 reply->setInt32("generation", mBufferGeneration); 671 reply->setInt32("generation", mBufferGeneration); 677 int32_t generation; local 678 CHECK(msg->findInt32("generation", &generation)); 679 return generation != mBufferGeneration;
|
H A D | GenericSource.cpp | 566 msg->setInt32("generation", mPollBufferingGeneration); 828 int32_t generation; local 829 CHECK(msg->findInt32("generation", &generation)); 830 if (generation == mPollBufferingGeneration) { 901 CHECK(msg->findInt32("generation", &msgGeneration)); 924 msg2->setInt32("generation", msgGeneration); 935 CHECK(msg->findInt32("generation", &msgGeneration)); 1056 msg->setInt32("generation", mFetchSubtitleDataGeneration); 1064 msg->setInt32("generation", mFetchTimedTextDataGeneratio [all...] |
/frameworks/av/media/libstagefright/wifi-display/ |
H A D | MediaSender.cpp | 125 notify->setInt32("generation", mGeneration); 174 notify->setInt32("generation", mGeneration); 289 int32_t generation; local 290 CHECK(msg->findInt32("generation", &generation)); 291 if (generation != mGeneration) {
|
/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputHal.java | 62 int generation); 88 int generation = mStreamConfigGenerations.get(deviceId, 0); 89 if (generation != streamConfig.getGeneration()) { 105 int generation = mStreamConfigGenerations.get(deviceId, 0); 106 if (generation != streamConfig.getGeneration()) { 126 int generation = mStreamConfigGenerations.get(deviceId, 0) + 1; 127 mStreamConfigs.put(deviceId, nativeGetStreamConfigs(mPtr, deviceId, generation)); 128 mStreamConfigGenerations.put(deviceId, generation); 61 nativeGetStreamConfigs(long ptr, int deviceId, int generation) argument
|
/frameworks/native/include/ui/ |
H A D | GraphicBuffer.h | 98 void setGenerationNumber(uint32_t generation) { argument 99 mGenerationNumber = generation; 175 // Stores the generation number of this buffer. If this number does not 176 // match the BufferQueue's internal generation number (set through
|
/frameworks/av/media/libstagefright/ |
H A D | MediaCodecSource.cpp | 158 msg->setInt32("generation", mPullGeneration); 206 int32_t generation; local 207 CHECK(msg->findInt32("generation", &generation)); 209 if (generation != mPullGeneration) {
|
/frameworks/av/media/libstagefright/omx/ |
H A D | GraphicBufferSource.cpp | 255 msg->setInt32("generation", ++mRepeatLastFrameGeneration); 625 msg->setInt32("generation", ++mRepeatLastFrameGeneration); 656 msg->setInt32("generation", ++mRepeatLastFrameGeneration); 996 int32_t generation; local 997 CHECK(msg->findInt32("generation", &generation)); 999 if (generation != mRepeatLastFrameGeneration) {
|
/frameworks/wilhelm/src/android/ |
H A D | android_GenericPlayer.cpp | 540 int32_t generation; local 541 if (msg->findInt32(WHATPARAM_ONESHOT_GENERATION, &generation)) { 542 if (generation != mOneShotGeneration) { 543 SL_LOGV("GenericPlayer::onOneShot() generation %d cancelled; latest is %d", 544 generation, mOneShotGeneration);
|
/frameworks/av/media/ndk/ |
H A D | NdkMediaCodec.cpp | 100 int32_t generation; local 101 msg->findInt32("generation", &generation); 103 if (generation != mCodec->mGeneration) { 231 mData->mActivityNotification->setInt32("generation", mData->mGeneration);
|
/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyInterfaceImpl.cpp | 574 unsigned int *generation) 581 return mAudioPolicyManager->listAudioPorts(role, type, num_ports, ports, generation); 624 unsigned int *generation) 631 return mAudioPolicyManager->listAudioPatches(num_patches, patches, generation); 570 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument 622 listAudioPatches(unsigned int *num_patches, struct audio_patch *patches, unsigned int *generation) argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageSettingBase.java | 467 void setDomainVerificationStatusForUser(final int status, int generation, int userId) { argument 471 state.appLinkGeneration = generation;
|
/frameworks/base/services/core/jni/ |
H A D | com_android_server_tv_TvInputHal.cpp | 56 jmethodID generation; member in struct:android::__anon1068 629 jlong ptr, jint deviceId, jint generation) { 648 builder, gTvStreamConfigBuilderClassInfo.generation, generation); 736 gTvStreamConfigBuilderClassInfo.generation, 738 "generation", "(I)Landroid/media/tv/TvStreamConfig$Builder;"); 628 nativeGetStreamConfigs(JNIEnv* env, jclass clazz, jlong ptr, jint deviceId, jint generation) argument
|
/frameworks/av/media/libmedia/ |
H A D | IAudioPolicyService.cpp | 521 unsigned int *generation) 524 generation == NULL) { 545 *generation = reply.readInt32(); 600 unsigned int *generation) 603 generation == NULL) { 622 *generation = reply.readInt32(); 1133 unsigned int generation; local 1134 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation); 1143 reply->writeInt32(generation); 1203 unsigned int generation; local 517 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument 598 listAudioPatches(unsigned int *num_patches, struct audio_patch *patches, unsigned int *generation) argument [all...] |