HomeSort by relevance Sort by last modified time
    Searched refs:appData (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 34 OMX_PTR appData,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSource.java 78 public Intent createSearchIntent(String query, Bundle appData) {
79 return createSourceSearchIntent(getIntentComponent(), query, appData);
83 Bundle appData) {
96 if (appData != null) {
97 intent.putExtra(SearchManager.APP_DATA, appData);
102 protected Intent createVoiceWebSearchIntent(Bundle appData) {
104 .createVoiceWebSearchIntent(appData);
Source.java 111 Intent createSearchIntent(String query, Bundle appData);
113 Intent createVoiceSearchIntent(Bundle appData);
VoiceSearch.java 66 public Intent createVoiceWebSearchIntent(Bundle appData) {
72 if (appData != null) {
73 intent.putExtra(SearchManager.APP_DATA, appData);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java 106 final Bundle appData = queryIntent.getBundleExtra(SearchManager.APP_DATA);
107 if (appData == null) {
110 if (appData != null) {
111 String testStr = appData.getString("demo_key");
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 30 OMX_PTR appData,
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java 43 public void startSearch(Context context, String query, Bundle appData, String extraData);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.h 29 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 34 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.h 28 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.h 32 OMX_PTR appData,
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.h 32 OMX_PTR appData,
OMXMaster.h 37 OMX_PTR appData,
  /frameworks/native/include/media/hardware/
OMXPluginBase.h 37 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.h 32 OMX_PTR appData,
SoftAACEncoder2.h 31 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 28 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 34 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 40 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 30 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 32 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h 45 OMX_PTR appData,
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 31 OMX_PTR appData,
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.h 32 OMX_PTR appData,
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.h 109 OMX_IN OMX_PTR appData,
119 OMX_IN OMX_PTR appData,
138 OMX_IN OMX_PTR appData);
147 OMX_IN OMX_PTR appData,

Completed in 400 milliseconds

1 2 3 4 5