baseport/syborg/soundsc/shared_sound.h
changeset 23 8374da225e88
parent 18 0b7d3b28f025
child 45 01c1ffcc4fca
equal deleted inserted replaced
22:3bf560f85513 23:8374da225e88
    49 	void PowerDown();
    49 	void PowerDown();
    50 	TInt CustomConfig(TInt aFunction, TAny* aParam);
    50 	TInt CustomConfig(TInt aFunction, TAny* aParam);
    51 	void Callback(TUint aTransferID, TInt aTransferResult, TInt aBytesTransferred);
    51 	void Callback(TUint aTransferID, TInt aTransferResult, TInt aBytesTransferred);
    52 
    52 
    53 	void SetCaps();
    53 	void SetCaps();
       
    54         // There was a change in the signature for DfcQ() which
       
    55         // is a pure virtual method in the parent.
       
    56         //  for Symbian^2
       
    57         TDfcQue* DfcQ();
       
    58         //  for Symbian^3
    54 	TDfcQue* DfcQ(TInt aUnit);
    59 	TDfcQue* DfcQ(TInt aUnit);
    55 	
    60 	
    56 	TInt CalculateBufferTime(TInt aNumBytes);
    61 	TInt CalculateBufferTime(TInt aNumBytes);
    57 
    62 
    58 public:
    63 public: