Searched defs:generation (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp134 int32_t generation; local
135 CHECK(msg->findInt32("generation", &generation));
137 if (generation != mPullGeneration) {
219 msg->setInt32("generation", mPullGeneration);
H A DPlaybackSession.cpp648 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 DThreadUtil.java23 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/base/libs/hwui/
H A DTexture.h81 * Note this does not set the generation from the SkBitmap.
115 uint32_t generation = 0; member in class:android::uirenderer::Texture
H A DPathCache.h65 float offset, int generation)
70 this->generation = generation;
72 PathTexture(Caches& caches, int generation) argument
74 this->generation = generation;
64 PathTexture(Caches& caches, float left, float top, float offset, int generation) argument
/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java55 generation(source.readInt()).build();
144 public Builder generation(int generation) { argument
145 mGeneration = generation;
/frameworks/native/libs/input/
H A DInputDevice.cpp145 void InputDeviceInfo::initialize(int32_t id, int32_t generation, int32_t controllerNumber, argument
149 mGeneration = generation;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp251 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 DHTTPLiveSource.cpp188 int32_t &generation = isSub ? mFetchSubtitleDataGeneration : mFetchMetaDataGeneration; local
189 generation++;
193 msg->setInt32("generation", generation);
212 int32_t generation; local
213 CHECK(msg->findInt32("generation", &generation));
215 if (generation != currentGeneration) {
H A DNuPlayerDecoderPassThrough.cpp101 int32_t generation; local
102 CHECK(msg->findInt32("generation", &generation));
103 return generation != mBufferGeneration;
343 reply->setInt32("generation", mBufferGeneration);
H A DNuPlayerDecoder.cpp478 // decoder after flushing and increment the generation to discard unnecessary messages.
580 reply->setInt32("generation", mBufferGeneration);
673 reply->setInt32("generation", mBufferGeneration);
679 int32_t generation; local
680 CHECK(msg->findInt32("generation", &generation));
681 return generation != mBufferGeneration;
H A DRTSPSource.cpp289 msg->setInt32("generation", ++mSeekGeneration);
387 int32_t generation; local
388 CHECK(msg->findInt32("generation", &generation));
391 if (generation != mSeekGeneration) {
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp125 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 DTvInputHal.java62 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 DGraphicBuffer.h98 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/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp540 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/libstagefright/
H A DMediaCodecSource.cpp939 timeoutMsg->setInt32("generation", mGeneration);
946 int32_t generation; local
947 CHECK(msg->findInt32("generation", &generation));
948 if (generation != mGeneration) {
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp266 msg->setInt32("generation", ++mRepeatLastFrameGeneration);
712 msg->setInt32("generation", ++mRepeatLastFrameGeneration);
743 msg->setInt32("generation", ++mRepeatLastFrameGeneration);
1100 int32_t generation; local
1101 CHECK(msg->findInt32("generation", &generation));
1103 if (generation != mRepeatLastFrameGeneration) {
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp100 int32_t generation; local
101 msg->findInt32("generation", &generation);
103 if (generation != mCodec->mGeneration) {
236 mData->mActivityNotification->setInt32("generation", mData->mGeneration);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp588 unsigned int *generation)
595 return mAudioPolicyManager->listAudioPorts(role, type, num_ports, ports, generation);
638 unsigned int *generation)
645 return mAudioPolicyManager->listAudioPatches(num_patches, patches, generation);
584 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument
636 listAudioPatches(unsigned int *num_patches, struct audio_patch *patches, unsigned int *generation) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp56 jmethodID generation; member in struct:android::__anon1124
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/base/core/java/android/view/
H A DInputDevice.java397 private InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, argument
402 mGeneration = generation;
510 * Gets a generation number for this input device.
511 * The generation number is incremented whenever the device is reconfigured and its
514 * @return The generation number.
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java503 void setDomainVerificationStatusForUser(final int status, int generation, int userId) { argument
507 state.appLinkGeneration = generation;
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp1030 unsigned int *generation)
1034 return aps->listAudioPorts(role, type, num_ports, ports, generation);
1061 unsigned int *generation)
1065 return aps->listAudioPatches(num_patches, patches, generation);
1026 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument
1059 listAudioPatches(unsigned int *num_patches, struct audio_patch *patches, unsigned int *generation) argument
H A DIAudioPolicyService.cpp525 unsigned int *generation)
528 generation == NULL) {
549 *generation = reply.readInt32();
604 unsigned int *generation)
607 generation == NULL) {
626 *generation = reply.readInt32();
1169 unsigned int generation; local
1170 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation);
1179 reply->writeInt32(generation);
1239 unsigned int generation; local
521 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument
602 listAudioPatches(unsigned int *num_patches, struct audio_patch *patches, unsigned int *generation) argument
[all...]

Completed in 1363 milliseconds

12