Home
last modified time | relevance | path

Searched refs:phy (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
DProgramInfoExt.java92 ProgramSelector.Identifier phy = info.getPhysicallyTunedTo(); in getProgramName() local
93 if (phy != null && phy.getType() == ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY) { in getProgramName()
94 String chName = ProgramSelectorExt.formatAmFmFrequency(phy.getValue(), flags); in getProgramName()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java116 void onSyncStarted(int regId, int syncHandle, int sid, int addressType, String address, int phy, in onSyncStarted() argument
DGattService.java521 boolean opportunistic, int phy) { in clientConnect() argument
526 service.clientConnect(clientIf, address, isDirect, transport, opportunistic, phy); in clientConnect()
2211 boolean opportunistic, int phy) { in clientConnect() argument
2216 + ", opportunistic=" + opportunistic + ", phy=" + phy); in clientConnect()
2218 gattClientConnectNative(clientIf, address, isDirect, transport, opportunistic, phy); in clientConnect()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1993 uint8_t phy, uint16_t interval) { in onSyncStarted() argument
1999 phy, interval, status); in onSyncStarted()