Searched refs:sharing (Results 1 – 11 of 11) sorted by relevance
3 This library provides facilities for sharing memory across processes over (stable) AIDL. The main
18 // Loader library which handles address space reservation and relro sharing.
304 int setDeviceToDeviceStatusSharing(int sharing, int subId); in setDeviceToDeviceStatusSharing() argument
319 * sharing is enabled. Clients may take advantage of this in advanced use324 * sharing, client should be careful while adding native window outputs that
110 straightforward tweak, where each node occupies a slot by itself (as opposed to sharing
3502 @DeviceToDeviceStatusSharingPreference int sharing) { in setDeviceToDeviceStatusSharingPreference() argument3504 logd("[setDeviceToDeviceStatusSharing] + sharing: " + sharing + " subId: " in setDeviceToDeviceStatusSharingPreference()3508 (iSub)->iSub.setDeviceToDeviceStatusSharing(sharing, subscriptionId)); in setDeviceToDeviceStatusSharingPreference()
2151 public int setDeviceToDeviceStatusSharing(int sharing, int subId) { in setDeviceToDeviceStatusSharing() argument2152 if (DBG) logd("[setDeviceToDeviceStatusSharing]- sharing:" + sharing + " subId:" + subId); in setDeviceToDeviceStatusSharing()2160 if (sharing < 0) { in setDeviceToDeviceStatusSharing()2165 value.put(SubscriptionManager.D2D_STATUS_SHARING, sharing); in setDeviceToDeviceStatusSharing()2166 if (DBG) logd("[setDeviceToDeviceStatusSharing]- sharing:" + sharing + " set"); in setDeviceToDeviceStatusSharing()
432 of all derivatives of our free software and of promoting the sharing
1075 // OPEN: Choose Bluetooth device (ex: when sharing)
259 // Subtypes for showing direct sharing targets401 // OPEN: Choose Bluetooth device (ex: when sharing)
15668 // The mode requested for sharing the device15675 // The sharing mode is unknown15682 optional SharingMode sharing = 10; field15713 // The mode of sharing the device requested by the client.