Searched defs:publish (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/include/binder/
H A DBinderService.h37 static status_t publish(bool allowIsolated = false, function in class:android::BinderService
47 publish(allowIsolated, dumpFlags);
51 static void instantiate() { publish(); }
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h37 static status_t publish(bool allowIsolated = false, function in class:android::BinderService
47 publish(allowIsolated, dumpFlags);
51 static void instantiate() { publish(); }
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java125 public void publish(LogRecord record) { method in class:AndroidHandler
140 public void publish(Logger source, String tag, Level level, String message) { method in class:AndroidHandler
/frameworks/native/services/thermalservice/
H A DThermalService.cpp119 void ThermalService::publish( function in class:android::os::ThermalService
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DWifiAwareSession.java64 * also disable Aware. This method destroys all outstanding operations - i.e. all publish and
116 * Issue a request to the Aware service to create a new Aware publish discovery session, using
117 * the specified {@code publishConfig} configuration. The results of the publish operation
123 * is called when the publish session is created and provides a handle to the session.
124 * Further operations on the publish session can be executed on that object.
126 * publish operation failed.
129 * Other results of the publish session operations will also be routed to callbacks
130 * on the {@code callback} object. The resulting publish session can be modified using
134 * terminate the publish discovery session once it isn't needed. This will free
137 * permission to start a publish discover
146 public void publish(@NonNull PublishConfig publishConfig, method in class:WifiAwareSession
[all...]
H A DWifiAwareManager.java55 * <li>Create discovery sessions (publish or subscribe sessions). Refer to
56 * {@link WifiAwareSession#publish(PublishConfig, DiscoverySessionCallback, Handler)} and
86 * {@link WifiAwareSession#publish(PublishConfig, DiscoverySessionCallback, Handler)}
89 * Handler)} to create publish or subscribe Aware discovery sessions. Events are called on the
304 public void publish(int clientId, Looper looper, PublishConfig publishConfig, method in class:WifiAwareManager
306 if (VDBG) Log.v(TAG, "publish(): clientId=" + clientId + ", config=" + publishConfig);
313 mService.publish(mContext.getOpPackageName(), clientId, publishConfig,
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DTestUtils.java62 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig) { method in class:TestUtils.MonitoredWifiAwareNativeApi
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareServiceImpl.java292 public void publish(String callingPackage, int clientId, PublishConfig publishConfig, method in class:WifiAwareServiceImpl
313 Log.v(TAG, "publish: uid=" + uid + ", clientId=" + clientId + ", publishConfig="
317 mStateManager.publish(clientId, publishConfig, callback);
H A DWifiAwareNativeApi.java538 * Start or modify a service publish session.
542 * @param publishId ID of the requested session - 0 to request a new publish
546 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig) { method in class:WifiAwareNativeApi
548 Log.d(TAG, "publish: transactionId=" + transactionId + ", publishId=" + publishId
555 Log.e(TAG, "publish: null interface");
592 Log.e(TAG, "publish: error: " + statusString(status));
596 Log.e(TAG, "publish: exception: " + e);
682 * @param pubSubId ID of the existing publish/subscribe session.
734 * Terminate a publish discovery session.
738 * @param pubSubId ID of the publish/subscrib
[all...]
H A DWifiAwareStateManager.java614 * Place a request to start a new publish discovery session on the state
617 public void publish(int clientId, PublishConfig publishConfig, method in class:WifiAwareStateManager
628 * Place a request to modify an existing publish discovery session on the
1060 * Place a callback request on the state machine queue: a session (publish
2305 boolean success = mWifiAwareNativeApi.publish(transactionId, (byte) 0, publishConfig);
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java185 public void publish() { method in class:BatteryStatsService
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java584 public void publish(Context context) { method in class:AppOpsService

Completed in 7059 milliseconds