uifw/EikStd/srvuisrc/eikkeysoundserver.cpp
branchRCL_3
changeset 15 c52421ed5f07
parent 12 941195f2d488
child 17 a1caeb42b3a3
equal deleted inserted replaced
13:a8834a2e9a96 15:c52421ed5f07
    34 
    34 
    35 _LIT(KKeySoundServerThreadName,"KeySoundServerThread");
    35 _LIT(KKeySoundServerThreadName,"KeySoundServerThread");
    36 _LIT(KKeySoundServerSemaphoreName,"KeySoundServerSemaphore");
    36 _LIT(KKeySoundServerSemaphoreName,"KeySoundServerSemaphore");
    37 _LIT(KKeySoundServerDll,"AtSoundServerClient.dll");
    37 _LIT(KKeySoundServerDll,"AtSoundServerClient.dll");
    38 
    38 
    39 const TInt KKeySoundServerStackSize     = 1024*4; // 4K
    39 const TInt KKeySoundServerStackSize     = 1024*8; // 8K
    40 const TInt KAknSoundInfoMapGranularity  = 16;
    40 const TInt KAknSoundInfoMapGranularity  = 16;
    41 const TInt KKeyClickPreference          = 0x00140001;
    41 const TInt KKeyClickPreference          = 0x00140001;
    42 const TInt KKeySoundServerBufExpandSize = 1024*1; // 1K
    42 const TInt KKeySoundServerBufExpandSize = 1024*1; // 1K
    43 const TInt KKeysoundServerDllUid        = 0x10281C86;
    43 const TInt KKeysoundServerDllUid        = 0x10281C86;
    44 
    44