[android-developers] Re: Problem with playing sound

2010-11-22 Thread tina lincon
Anyone have an idea about this?If, so, pls do help... On Nov 22, 5:11 pm, tina lincon wrote: > Hi all, > I am playing a sound in my application.Most of the time it plays > succesfully without any pause.It is a short duration type sound file > which lasts for 1 sec(a "tick -tock" sound of clock) w

[android-developers] Re: Problem with Playing sound in my cuckoo clock widget

2010-11-04 Thread RockNCode
Hello. I suggest you go to frameworks/base/libs/audioflinger/AudioFlinger.cpp and add LOGE prints to functions createTrack and createTrack_l. Could you check in createTrack_l if you are entering to this condtion ?: Mutex::Autolock _l(mLock); track = new Track(this, client, streamT

[android-developers] Re: Problem with Playing sound in my cuckoo clock widget

2010-11-07 Thread tina lincon
Thanks a lot Alex, I'll check with it.. On Nov 5, 8:58 am, RockNCode wrote: > Hello. > > I suggest you go to frameworks/base/libs/audioflinger/AudioFlinger.cpp > and add LOGE prints to functions createTrack and createTrack_l. Could > you check in createTrack_l if you are entering to this condtion