Searched refs:onDirectChannelCreated (Results 1 – 9 of 9) sorted by relevance
47 void onDirectChannelCreated(int channelHandle, in SharedMemory sharedMemory); in onDirectChannelCreated() method
67 void onDirectChannelCreated(@IntRange(from = 1) int channelHandle, in onDirectChannelCreated() method
115 int onDirectChannelCreated(ParcelFileDescriptor fd); in onDirectChannelCreated() method
86 int onDirectChannelCreated(int fd) override;267 int NativeSensorService::RuntimeSensorCallbackDelegate::onDirectChannelCreated(int fd) { in onDirectChannelCreated() function in android::NativeSensorService::RuntimeSensorCallbackDelegate
249 public int onDirectChannelCreated(ParcelFileDescriptor fd) { in onDirectChannelCreated() method in SensorController.RuntimeSensorCallbackWrapper260 mCallback.onDirectChannelCreated(channelHandle, sharedMemory); in onDirectChannelCreated()
731 public void onDirectChannelCreated(int channelHandle, in onDirectChannelCreated() method in VirtualDeviceParams.Builder.VirtualSensorCallbackDelegate735 () -> mDirectChannelCallback.onDirectChannelCreated(channelHandle, in onDirectChannelCreated()
163 virtual int onDirectChannelCreated(int fd) = 0;
1724 channelHandle = runtimeSensorCallback->second->onDirectChannelCreated(fd); in createSensorDirectConnection()
3692 …method public void onDirectChannelCreated(@IntRange(from=1) int, @NonNull android.os.SharedMemory);