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

1 2

  /packages/apps/FMRadio/src/com/android/fmradio/
FmNative.java 60 * tune to frequency
66 static native boolean tune(float frequency); method in class:FmNative
FmService.java 709 * Tune to a station
711 * @param frequency The frequency to tune
728 boolean bRet = FmNative.tune(frequency);
745 boolean tune = false;
748 tune = playFrequency(frequency);
751 return tune;
    [all...]
  /build/core/combo/arch/arm/
armv5te.mk 5 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 7 # Note: Hard coding the 'tune' value here is probably not ideal,
  /frameworks/base/media/java/android/media/tv/
ITvInputSession.aidl 38 void tune(in Uri channelUri, in Bundle params);
ITvInputSessionWrapper.java 118 mTvInputSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2);
166 throw new RuntimeException("Too much time to handle tune request. (" + duration
168 + "Consider handling the tune request in a separate thread.");
201 public void tune(Uri channelUri, Bundle params) { method in class:ITvInputSessionWrapper
202 // Clear the pending tune requests.
TvView.java 53 * Once the application supplies the URI for a specific TV channel to {@link #tune(String, Uri)}
276 public void tune(String inputId, Uri channelUri) { method in class:TvView
277 tune(inputId, channelUri, null); method
285 * @param params Extra parameters which might be handled with the tune event.
289 public void tune(String inputId, Uri channelUri, Bundle params) { method in class:TvView
290 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
301 mSession.tune(channelUri, params);
325 * This method is primarily used to un-tune the current TvView.
755 * without any {@link TvView#tune(String, Uri)} request.
    [all...]
ITvInputManager.aidl 63 void tune(in IBinder sessionToken, in Uri channelUri, in Bundle params, int userId);
TvInputManager.java 221 * without any {@link TvInputManager.Session#tune(Uri)} request.
    [all...]
TvInputService.java     [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
BundledTvInputServiceTest.java 139 mTvView.tune(info.getId(),
168 mTvView.tune(info.getId(),
HardwareSessionTest.java 89 mTvView.tune(mStubInfo.getId(), fakeChannelUri);
TvViewTest.java 202 mTvView.tune(mStubInfo.getId(), channelUri);
363 mTvView.tune(mStubInfo.getId(), channelUri);
TvInputServiceTest.java 158 mTvView.tune(mStubInfo.getId(), fakeChannelUri);
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 110 short tune; member in struct:soundfont_voice_info
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 129 short tune; /* pitch tuning (in cents) */ member in struct:soundfont_voice_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
sfnt_info.h 129 short tune; /* pitch tuning (in cents) */ member in struct:soundfont_voice_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
sfnt_info.h 129 short tune; /* pitch tuning (in cents) */ member in struct:soundfont_voice_info
  /packages/apps/FMRadio/jni/fmr/
libfm_jni.cpp 71 jboolean tune(JNIEnv *env, jobject thiz, jfloat freq) function
136 LOGI("scan stop!!! tune ret=%d",ret);
341 {"tune", "(F)Z", (void*)tune }, //5
fmr.h 106 int (*tune)(int fd, int freq, int band); member in struct:fm_cbk_tbl
fmr_core.cpp 257 FMR_ASSERT(FMR_cbk_tbl(idx).tune);
259 ret = FMR_cbk_tbl(idx).tune(FMR_fd(idx), freq, fmr_data.cfg_data.band);
330 LOGI("seek stop!!! tune ret=%d",ret);
335 LOGE("soft mute tune, failed:[%d]\n",ret);
603 LOGI("scan stop!!! tune ret=%d",ret);
609 LOGE("soft mute tune, failed:[%d]\n",ret);
common.cpp 298 /*soft mute tune function, usually for sw scan implement or CQI log tool*/
310 LOGE("FM soft mute tune faild:%d\n",ret);
314 LOGD("Raw data of soft mute tune[%d]: RSSI:[%x]PAMD:[%x]MR:[%x]ATDC:[%x]PRX:[%x]SMG:[%x]",para->freq,value.RSSI,value.PAMD,value.MR,value.ATDC,value.PRX,value.SMG);
338 //LOGI("soft mute tune[%d] valid[%d]: RSSI:[%d]PAMD:[%d]MR:[%d]ATDC:[%d]PRX:[%d]SMG:[%d]",para->freq,para->valid,RSSI,PAMD,MR,ATDC,PRX,softmuteGainLvl);
571 cbk_tbl->tune = COM_tune;
584 //soft mute tune
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 1163 public void tune(IBinder sessionToken, final Uri channelUri, Bundle params, int userId) { method in class:TvInputManagerService.BinderService
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 5442 uint8 tune; \/* Debug *\/ member in struct:txdelay_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h 3929 unsigned char tune; variable
    [all...]

Completed in 374 milliseconds

1 2