Searched refs:onDirectChannelCreated (Results 1 – 7 of 7) 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
201 public int onDirectChannelCreated(ParcelFileDescriptor fd) { in onDirectChannelCreated() method in SensorController.RuntimeSensorCallbackWrapper212 mCallback.onDirectChannelCreated(channelHandle, sharedMemory); in onDirectChannelCreated()
86 int onDirectChannelCreated(int fd) override;267 int NativeSensorService::RuntimeSensorCallbackDelegate::onDirectChannelCreated(int fd) { in onDirectChannelCreated() function in android::NativeSensorService::RuntimeSensorCallbackDelegate
576 public void onDirectChannelCreated(int channelHandle, in onDirectChannelCreated() method in VirtualDeviceParams.Builder.VirtualSensorCallbackDelegate580 () -> mDirectChannelCallback.onDirectChannelCreated(channelHandle, in onDirectChannelCreated()
3363 …method public void onDirectChannelCreated(@IntRange(from=1) int, @NonNull android.os.SharedMemory);