Searched refs:generation (Results 26 - 50 of 74) sorted by relevance

123

/frameworks/native/libs/ui/include/ui/
H A DGraphicBuffer.h152 void setGenerationNumber(uint32_t generation) { argument
153 mGenerationNumber = generation;
245 // Stores the generation number of this buffer. If this number does not
246 // match the BufferQueue's internal generation number (set through
/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h152 void setGenerationNumber(uint32_t generation) { argument
153 mGenerationNumber = generation;
245 // Stores the generation number of this buffer. If this number does not
246 // match the BufferQueue's internal generation number (set through
/frameworks/av/media/libaudioclient/
H A DIAudioPolicyService.cpp540 unsigned int *generation)
543 generation == NULL) {
564 *generation = reply.readInt32();
619 unsigned int *generation)
622 generation == NULL) {
641 *generation = reply.readInt32();
1330 unsigned int generation; local
1331 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation);
1340 reply->writeInt32(generation);
1400 unsigned int generation; local
536 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument
617 listAudioPatches(unsigned int *num_patches, struct audio_patch *patches, unsigned int *generation) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h826 int32_t generation; local
827 CHECK(msg->findInt32("generation", &generation));
829 if (generation != mKeepAliveGeneration) {
844 reply->setInt32("generation", mKeepAliveGeneration);
857 int32_t generation; local
858 CHECK(msg->findInt32("generation", &generation));
860 if (generation != mKeepAliveGeneration) {
960 int32_t generation; local
1056 int32_t generation; local
[all...]
/frameworks/base/libs/hwui/
H A DTexture.h98 * Note this does not set the generation from the Bitmap.
145 uint32_t generation = 0; member in class:android::uirenderer::Texture
H A DTextDropShadowCache.cpp167 texture->generation = 0;
/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/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp686 int32_t generation; local
687 CHECK(msg->findInt32("generation", &generation));
688 if (generation == mPollBufferingGeneration) {
707 CHECK(msg->findInt32("generation", &msgGeneration));
733 msg2->setInt32("generation", msgGeneration);
744 CHECK(msg->findInt32("generation", &msgGeneration));
778 CHECK(msg->findInt32("generation", &msgGeneration));
900 msg->setInt32("generation", mFetchSubtitleDataGeneration);
908 msg->setInt32("generation", mFetchTimedTextDataGeneratio
1266 int32_t generation = -1; local
1350 int32_t generation = getDataGeneration(trackType); local
[all...]
H A DRTSPSource.cpp299 msg->setInt32("generation", ++mSeekGeneration);
449 int32_t generation; local
450 CHECK(msg->findInt32("generation", &generation));
452 if (generation != mSeekGeneration) {
470 msg->setInt32("generation", mSeekGeneration);
486 int32_t generation; local
487 CHECK(msg->findInt32("generation", &generation));
490 if (generation !
[all...]
H A DNuPlayer.cpp737 int32_t generation; local
738 CHECK(msg->findInt32("generation", &generation));
740 if (generation != mPollDurationGeneration) {
985 int32_t generation; local
986 CHECK(msg->findInt32("generation", &generation));
987 if (generation != mScanSourcesGeneration) {
1055 CHECK(msg->findInt32("generation", &requesterGeneration));
1058 ALOGV("got message from old %s decoder, generation(
2661 int32_t generation; local
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h214 unsigned int *generation) = 0;
223 unsigned int *generation) = 0;
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.cpp297 msg->setInt32("generation", ++mSeekGeneration);
447 int32_t generation; local
448 CHECK(msg->findInt32("generation", &generation));
450 if (generation != mSeekGeneration) {
468 msg->setInt32("generation", mSeekGeneration);
484 int32_t generation; local
485 CHECK(msg->findInt32("generation", &generation));
488 if (generation !
[all...]
H A DNuPlayer2.cpp875 int32_t generation; local
876 CHECK(msg->findInt32("generation", &generation));
878 if (generation != mPollDurationGeneration) {
1125 int32_t generation; local
1126 CHECK(msg->findInt32("generation", &generation));
1127 if (generation != mScanSourcesGeneration) {
1195 CHECK(msg->findInt32("generation", &requesterGeneration));
1198 ALOGV("got message from old %s decoder, generation(
2754 int32_t generation; local
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp73 jmethodID generation; member in struct:android::__anon1138
612 jlong ptr, jint deviceId, jint generation) {
631 builder, gTvStreamConfigBuilderClassInfo.generation, generation);
719 gTvStreamConfigBuilderClassInfo.generation,
721 "generation", "(I)Landroid/media/tv/TvStreamConfig$Builder;");
611 nativeGetStreamConfigs(JNIEnv* env, jclass clazz, jlong ptr, jint deviceId, jint generation) argument
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp252 int32_t generation; local
253 CHECK(msg->findInt32("generation", &generation));
255 if (generation != mDoMoreStuffGeneration) {
384 msg->setInt32("generation", ++mDoMoreStuffGeneration);
/frameworks/av/include/media/
H A DAudioSystem.h301 unsigned int *generation);
316 unsigned int *generation);
/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h301 unsigned int *generation);
316 unsigned int *generation);
/frameworks/base/core/java/android/view/
H A DInputDevice.java408 private InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, argument
413 mGeneration = generation;
522 * Gets a generation number for this input device.
523 * The generation number is incremented whenever the device is reconfigured and its
526 * @return The generation number.
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTask.java168 int generation = mPlatformKeyManager.getGenerationId(mUserId);
169 mPlatformKeyManager.invalidatePlatformKey(mUserId, generation);
272 Log.e(TAG, "Loaded keys for same generation ID as platform key, so "
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp844 unsigned int *generation)
851 return mAudioPolicyManager->listAudioPorts(role, type, num_ports, ports, generation);
895 unsigned int *generation)
902 return mAudioPolicyManager->listAudioPatches(num_patches, patches, generation);
840 listAudioPorts(audio_port_role_t role, audio_port_type_t type, unsigned int *num_ports, struct audio_port *ports, unsigned int *generation) argument
893 listAudioPatches(unsigned int *num_patches, struct audio_patch *patches, unsigned int *generation) argument
H A DAudioPolicyService.h171 unsigned int *generation);
178 unsigned int *generation);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h204 unsigned int *generation);
213 unsigned int *generation);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java998 final int generation = deviceIdAndGeneration[i + 1];
999 if (device.getGeneration() != generation) {
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1193 unsigned int generation; local
1200 // get the port count and all the ports until they both return the same generation
1227 &generation);
1228 ALOGV("listAudioPorts AudioSystem::listAudioPorts numPorts %d generation %d generation1 %d",
1229 numPorts, generation, generation1);
1230 } while (generation1 != generation && status == NO_ERROR);
1419 unsigned int generation; local
1431 // get the patch count and all the patches until they both return the same generation
1456 &generation);
1457 ALOGV("listAudioPatches AudioSystem::listAudioPatches numPatches %d generation
[all...]
/frameworks/base/media/java/android/media/
H A DAudioSystem.java809 public static native int listAudioPorts(ArrayList<AudioPort> ports, int[] generation); argument
813 public static native int listAudioPatches(ArrayList<AudioPatch> patches, int[] generation); argument

Completed in 1131 milliseconds

123