HomeSort by relevance Sort by last modified time
    Searched full:getfrequency (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dsound.h 178 STDMETHOD( GetFrequency)(THIS_ LPDWORD ) PURE;
202 #define IDirectSoundBuffer_GetFrequency(p,a) (p)->lpVtbl->GetFrequency(p,a)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DSOUND.H 178 STDMETHOD( GetFrequency)(THIS_ LPDWORD ) PURE;
202 #define IDirectSoundBuffer_GetFrequency(p,a) (p)->lpVtbl->GetFrequency(p,a)
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni.h 131 * Method: getFrequency
OpenWnnDictionaryImplJni.c 474 /* If a result is found, enable getStroke, getCandidate, getFrequency methods */
559 * Method: getFrequency
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 268 public static final native int getFrequency( long work );
OpenWnnDictionaryImpl.java 682 result.frequency = OpenWnnDictionaryImplJni.getFrequency( this.mWnnWork );
    [all...]

Completed in 437 milliseconds