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/ |
D | ProgramInfoExt.java | 92 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/ |
D | PeriodicScanManager.java | 116 void onSyncStarted(int regId, int syncHandle, int sid, int addressType, String address, int phy, in onSyncStarted() argument
|
D | GattService.java | 521 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/ |
D | com_android_bluetooth_gatt.cpp | 1993 uint8_t phy, uint16_t interval) { in onSyncStarted() argument 1999 phy, interval, status); in onSyncStarted()
|