OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtmf
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetPhone.aidl
28
boolean sendDtmf(int
dtmf
);
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
137
public boolean sendDtmf(int
dtmf
) throws RemoteException {
143
Log.i(TAG, "BT - sendDtmf %c", Log.DEBUG ?
dtmf
: '.');
148
mCallsManager.playDtmfTone(call, (char)
dtmf
);
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
60
VoEDtmf*
dtmf
= NULL;
variable
134
dtmf
= VoEDtmf::GetInterface(m_voe);
193
if (
dtmf
)
194
dtmf
->Release();
/hardware/interfaces/radio/1.0/
IRadio.hal
315
* Send a
DTMF
tone
641
* Start playing a
DTMF
tone. Continue playing
DTMF
tone until
654
* Stop playing a currently playing
DTMF
tone.
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp
177
static void dtmf_cmd_callback(char
dtmf
, bt_bdaddr_t* bd_addr) {
188
// TBD
dtmf
has changed from int to char
189
sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf,
dtmf
,
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
[
all
...]
/hardware/ril/libril/
ril_service.cpp
310
const ::android::hardware::hidl_string&
dtmf
,
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 668 milliseconds